Tim Graham
7f7b6a369b
[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.
...
It was removed in Django 1.5, not deprecated.
Backport of 066cf2d70e
from master
2013-01-09 18:34:36 -05:00
Florian Apolloner
1d3368b587
[1.5.X] Fixed lockups in jenkins, refs #19546 .
...
Backport of ce580dd8ea
from master.
2013-01-09 23:34:33 +01:00
Claude Paroz
785ec24720
[1.5.x] Skipped deprecation warning test on Python 2.6
...
Refs #19546 . On Python 2.6, DeprecationWarnings are visible by
default.
Backport of e6949373b
from master.
2013-01-09 20:02:51 +01:00
Preston Holmes
af8e858c15
[1.5.x] Fixed #19546 - ensure that deprecation warnings are shown during tests
...
refs #18985
2013-01-09 08:19:56 -08:00
Tim Graham
7c39e041b1
[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.
...
Refs #19571
Backport of 1884868adc
from master
2013-01-08 15:59:42 -05:00
Tim Graham
c95ae7729f
[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.
...
Thanks rodrigorosa.lg and others for the report.
Backport of 99315f709e
from master
2013-01-08 15:45:27 -05:00
Simon Charette
78739faedb
[1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.
...
Backport of f58efd07f
from master.
2013-01-08 20:16:14 +01:00
Anssi Kääriäinen
9d6d0de7c1
[1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk querying
...
Backpatch of 55da775ce1
2013-01-08 21:03:53 +02:00
Claude Paroz
beef02eeaa
[1.5.x] Updated deprecated test assertions
2013-01-08 19:11:40 +01:00
Carl Meyer
b6119a6373
[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.
...
Backport of bb7f34d619
from master.
2013-01-07 20:17:55 -07:00
Claude Paroz
012229914c
[1.5.x] Created special PostgreSQL text indexes when unique is True
...
Refs #19441 .
Backport of c698c55966
from master.
2013-01-07 21:02:02 +01:00
Claude Paroz
7ca9b71628
[1.5.x] Fixed #19571 -- Updated runserver output in the tutorial
...
Backport of a890469d3
from master.
2013-01-06 23:00:29 +01:00
Preston Holmes
f02e1167d7
[1.5.x] Fixed #19562 -- cleaned up password storage docs
...
Conflicts:
docs/topics/auth/passwords.txt
2013-01-04 18:04:28 -08:00
James Bennett
f23d3ce8d4
[1.5.x] Bump version numbers for 1.5 RC 1.
2013-01-04 12:49:58 -06:00
Claude Paroz
96301d21bb
[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backend
...
Thanks Simon Charette for the initial patch, and Jan Bednařík for
his work on the ticket.
Backport of b740da3504
from master.
2013-01-04 14:03:55 +01:00
Claude Paroz
b641357a37
[1.5.x] Replaced deprecated sslerror by ssl.SSLError
...
The exact conditions on which this exception is raised are not
known, but this replacement is the best guess we can do at this
point.
Backport of 850630b4b7
from master.
2013-01-03 22:17:30 +01:00
Claude Paroz
5b8c0d22cc
[1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already closed
...
Thanks Sebastian Noack for the report and the initial patch.
Backport of ffa50ca35
from master.
2013-01-03 20:45:57 +01:00
Claude Paroz
4081042ef5
[1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stopped
...
Thanks Sebastian Noack for the report and the initial patch.
Backport of 1b3f832ab7
from master.
2013-01-03 20:45:29 +01:00
Claude Paroz
a893ee3315
Fixed #19426 -- Adapted EmptyQuerySet.distinct signature
...
1.5-only change, as EmptyQuerySet will be refactored in 1.6.
Thanks hongshuning@gmail.com for the patch.
2013-01-03 18:03:51 +01:00
Simon Charette
70cc95d1cc
[1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsets
...
Backport of 3fc43c964e
from master.
2013-01-03 15:17:14 +01:00
Tim Graham
be1e006c58
[1.5.x] Fixed #19516 - Fixed remaining broken links.
...
Added -n to sphinx builds to catch issues going forward.
Backport of 9b5f64cc6e
from master.
2013-01-02 18:50:00 -05:00
Chris Beaven
61c861546b
[1.5.x] Update doc example for overriding change_form.html
...
Slightly reworded another related paragraph for clarity, too.
Backport of 3f890f8
.
2013-01-03 11:38:58 +13:00
Aymeric Augustin
7be9fa224c
[1.5.x] Minor fixes in the known_related_objects tests.
...
* Fixed JSON indentation.
* Avoided relying on implicit ordering.
Backport of a7b7efe
.
2013-01-02 22:22:51 +01:00
Aymeric Augustin
056ace0f39
[1.5.x] Fixed #19547 -- Caching of related instances.
...
When &'ing or |'ing querysets, wrong values could be cached, and crashes
could happen.
Thanks Marc Tamlyn for figuring out the problem and writing the patch.
Backport of 07fbc6a
.
2013-01-02 22:22:14 +01:00
Tim Graham
da2cdd3a0f
[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt
...
Backport of 695b2089e7
from master
2013-01-02 15:33:58 -05:00
Tim Graham
520a3f090c
[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suffix.
...
Thanks jnns for the report.
Backport of 0d3f16b12e
from master
2013-01-01 18:47:12 -05:00
Claude Paroz
fff9752cb3
[1.5.x] Removed unusable parameters to empty_form property
...
Backport of 884f77bd1
from master.
2013-01-01 21:02:33 +01:00
Claude Paroz
c3d919d12a
[1.5.x] Added a helper script for managing django translations
...
Backport of 739724ff82
from master.
2013-01-01 16:20:25 +01:00
Claude Paroz
3f2f50699e
[1.5.x] Updated translation catalogs for core and admin
2013-01-01 16:13:37 +01:00
Aymeric Augustin
56e5472766
[1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4
.
...
Backport of 328f5b5.
2013-01-01 10:14:24 +01:00
Julien Phalip
dfd8623de4
[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame.
...
Thanks to vzima for the report.
Backport of 9180146d21
2012-12-31 09:51:13 -08:00
Aymeric Augustin
fd1279a44d
[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().
...
Backport of acc5396
.
2012-12-31 12:49:10 +01:00
Aymeric Augustin
ac72782e61
[1.5.x] Fixed #16241 -- Ensured the WSGI iterable's close() is always called.
...
Thanks Graham Dumpleton for the report.
Backport of a53c474
.
2012-12-31 12:48:43 +01:00
Claude Paroz
814c3b2e2a
[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
...
Thanks dibrovsd@gmail.com for the report.
Backport of d11038acb2
from master.
2012-12-31 10:24:48 +01:00
Julien Phalip
fa71536129
[1.5.x] Added further flexibility to ModelAdmin for controlling post-save redirections.
...
Refs #19505 .
Backport of cee40c7d79
2012-12-30 23:11:58 -08:00
Anssi Kääriäinen
e871e02178
[1.5.x] Made gis get_default_columns mirror changes in normal compiler
...
The copy-pasted part of gis compiler's get_default_columns wasn't
changed to match changes in a0155f3534
.
2012-12-30 12:22:26 +02:00
Tim Graham
9e5ada79bf
[1.5.x] Fixed broken links, round 4. refs #19516
...
Backport of 067505ad19
from master
2012-12-29 15:57:57 -05:00
Anssi Kääriäinen
d529d413f7
[1.5.x] Avoided having an indexed TextField installed unless using postgres
...
An index on TextField results in a warning message when running tests
on MySQL or SQLite, and the test using the TextField was PostgreSQL
only in any case.
Backpatch of 13a2b11425
2012-12-29 16:38:32 +02:00
Anssi Kääriäinen
2d74a5fd65
[1.5.x] Fixed autopk issue in tests
...
Backpatch of ba4331f177
2012-12-29 16:37:57 +02:00
Claude Paroz
0c96aae700
[1.5.x] Added links to default widget in forms.fields documentation
...
Backport of 2d0b35d2bb
from master.
2012-12-29 11:32:20 +01:00
Aymeric Augustin
5097d3c5fa
[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.
...
Thanks qcwxezdas for the report. Refs #13839 .
Backport of e9c24be
.
2012-12-28 23:35:08 +01:00
Aymeric Augustin
be4259004f
[1.5.x] Fixed #18970 -- Documented know limitations under Python 3.
...
Backport of 37b3fd2
from master.
2012-12-28 21:44:45 +01:00
Preston Holmes
8d1b190248
[1.5.x] Fixed #19498 -- refactored auth documentation
...
The auth doc was a single page which had grown unwieldy.
This refactor split and grouped the content into sub-topics.
Additional corrections and cleanups were made along the way.
2012-12-28 11:48:05 -08:00
Aymeric Augustin
3cb87ec605
[1.5.x] Fixed #19525 -- Reverted dcd4383107
and 05d333ba3b
.
...
Refs #9893 , #18515 .
Thanks Russell for the report.
Backport of db278c3
from master.
2012-12-27 09:43:41 +01:00
Tim Graham
fbc06eef1a
[1.5.X] Fixed broken links, round 3. refs #19516
...
Backport of b3a8c9dab8
from master
2012-12-26 19:10:50 -05:00
Aymeric Augustin
e2396bf122
[1.5.x] Updated documentation on localflavor translations
...
to account for the deprecation of django.contrib.localflavor in 1.5.
Refs #19482 .
2012-12-26 14:44:57 +01:00
Aymeric Augustin
0c79e5e347
[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.
...
Also moved the contrib deprecations at the top of their section and made
minor markup fixes.
Backport of 4500d35
from master.
2012-12-26 14:30:11 +01:00
Claude Paroz
4f67ab6376
[1.5.x] Fixed #16408 -- Re-fixed value conversion with Spatialite backend
...
Backport of 0907d3c6f
from master.
2012-12-26 12:48:27 +01:00
Tim Graham
1c1df12388
[1.5.X] Fixed more broken links. refs #19516
...
Backport of 9c5a6adf33
from master
2012-12-25 04:46:28 -05:00
Ramiro Morales
8738da03c6
[1.5.x] Updated Python versions supported FAQ entry.
2012-12-24 19:06:57 -03:00