| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-04 | [1.5.x] Bump version numbers for 1.5 RC 1.1.5c1 | James Bennett | |
| 2013-01-04 | [1.5.x] Fixed #19192 -- Allowed running tests with dummy db backend | Claude Paroz | |
| Thanks Simon Charette for the initial patch, and Jan Bednařík for his work on the ticket. Backport of b740da3504 from master. | |||
| 2013-01-03 | [1.5.x] Replaced deprecated sslerror by ssl.SSLError | Claude Paroz | |
| 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 | [1.5.x] Fixed #19382 -- Stopped smtp backend raising exception when already ↵ | Claude Paroz | |
| closed Thanks Sebastian Noack for the report and the initial patch. Backport of ffa50ca35 from master. | |||
| 2013-01-03 | [1.5.x] Fixed #19134 -- Allowed closing smtp backend when the server is stopped | Claude Paroz | |
| Thanks Sebastian Noack for the report and the initial patch. Backport of 1b3f832ab7 from master. | |||
| 2013-01-03 | Fixed #19426 -- Adapted EmptyQuerySet.distinct signature | Claude Paroz | |
| 1.5-only change, as EmptyQuerySet will be refactored in 1.6. Thanks hongshuning@gmail.com for the patch. | |||
| 2013-01-03 | [1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsets | Simon Charette | |
| Backport of 3fc43c964e from master. | |||
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master. | |||
| 2013-01-03 | [1.5.x] Update doc example for overriding change_form.html | Chris Beaven | |
| Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8. | |||
| 2013-01-02 | [1.5.x] Minor fixes in the known_related_objects tests. | Aymeric Augustin | |
| * Fixed JSON indentation. * Avoided relying on implicit ordering. Backport of a7b7efe. | |||
| 2013-01-02 | [1.5.x] Fixed #19547 -- Caching of related instances. | Aymeric Augustin | |
| 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 | [1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txt | Tim Graham | |
| Backport of 695b2089e7 from master | |||
| 2013-01-01 | [1.5.X] Fixed #19520 - Corrected some misleading docs about ↵ | Tim Graham | |
| template_name_suffix. Thanks jnns for the report. Backport of 0d3f16b12e from master | |||
| 2013-01-01 | [1.5.x] Removed unusable parameters to empty_form property | Claude Paroz | |
| Backport of 884f77bd1 from master. | |||
| 2013-01-01 | [1.5.x] Added a helper script for managing django translations | Claude Paroz | |
| Backport of 739724ff82 from master. | |||
| 2013-01-01 | [1.5.x] Updated translation catalogs for core and admin | Claude Paroz | |
| 2013-01-01 | [1.5.x] Fixed #19519 again -- Regression in LiveServerTestCase after fd1279a4. | Aymeric Augustin | |
| Backport of 328f5b5. | |||
| 2012-12-31 | [1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are ↵ | Julien Phalip | |
| 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 9180146d21cf2a31eec | |||
| 2012-12-31 | [1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). | Aymeric Augustin | |
| Backport of acc5396. | |||
| 2012-12-31 | [1.5.x] Fixed #16241 -- Ensured the WSGI iterable's close() is always called. | Aymeric Augustin | |
| Thanks Graham Dumpleton for the report. Backport of a53c474. | |||
| 2012-12-31 | [1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string | Claude Paroz | |
| Thanks dibrovsd@gmail.com for the report. Backport of d11038acb2 from master. | |||
| 2012-12-30 | [1.5.x] Added further flexibility to ModelAdmin for controlling post-save ↵ | Julien Phalip | |
| redirections. Refs #19505. Backport of cee40c7d79930ff42bde4 | |||
| 2012-12-30 | [1.5.x] Made gis get_default_columns mirror changes in normal compiler | Anssi Kääriäinen | |
| The copy-pasted part of gis compiler's get_default_columns wasn't changed to match changes in a0155f35343afbfd9e98ab9aa4615f06780f697e. | |||
| 2012-12-29 | [1.5.x] Fixed broken links, round 4. refs #19516 | Tim Graham | |
| Backport of 067505ad19 from master | |||
| 2012-12-29 | [1.5.x] Avoided having an indexed TextField installed unless using postgres | Anssi Kääriäinen | |
| 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 13a2b11425f87f674f0273af5fa70c1e4cf327ed | |||
| 2012-12-29 | [1.5.x] Fixed autopk issue in tests | Anssi Kääriäinen | |
| Backpatch of ba4331f1775ef4dd2895b3592092973e24db3c25 | |||
| 2012-12-29 | [1.5.x] Added links to default widget in forms.fields documentation | Claude Paroz | |
| Backport of 2d0b35d2bb from master. | |||
| 2012-12-28 | [1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances. | Aymeric Augustin | |
| Thanks qcwxezdas for the report. Refs #13839. Backport of e9c24be. | |||
| 2012-12-28 | [1.5.x] Fixed #18970 -- Documented know limitations under Python 3. | Aymeric Augustin | |
| Backport of 37b3fd2 from master. | |||
| 2012-12-28 | [1.5.x] Fixed #19498 -- refactored auth documentation | Preston Holmes | |
| 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-27 | [1.5.x] Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b. | Aymeric Augustin | |
| Refs #9893, #18515. Thanks Russell for the report. Backport of db278c3 from master. | |||
| 2012-12-26 | [1.5.X] Fixed broken links, round 3. refs #19516 | Tim Graham | |
| Backport of b3a8c9dab8 from master | |||
| 2012-12-26 | [1.5.x] Updated documentation on localflavor translations | Aymeric Augustin | |
| to account for the deprecation of django.contrib.localflavor in 1.5. Refs #19482. | |||
| 2012-12-26 | [1.5.x] Fixed #19518 -- Documented the deprecation of localflavor. | Aymeric Augustin | |
| Also moved the contrib deprecations at the top of their section and made minor markup fixes. Backport of 4500d35 from master. | |||
| 2012-12-26 | [1.5.x] Fixed #16408 -- Re-fixed value conversion with Spatialite backend | Claude Paroz | |
| Backport of 0907d3c6f from master. | |||
| 2012-12-25 | [1.5.X] Fixed more broken links. refs #19516 | Tim Graham | |
| Backport of 9c5a6adf33 from master | |||
| 2012-12-24 | [1.5.x] Updated Python versions supported FAQ entry. | Ramiro Morales | |
| 2012-12-24 | [1.5.x] Expanded tests added when fixing #14529. | Ramiro Morales | |
| To make sure changes in 35d1cd0 don't break anything. Refs #19505. ad769efa85e0296033572315025fed9fa9aefade from master. | |||
| 2012-12-24 | [1.5.x] Fixed #19505 -- A more flexible implementation for customizable ↵ | Julien Phalip | |
| admin redirect urls. Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92a2ca4fb74a103e96bb75c53c05d0a428. 35d1cd0b28d1d9cd7bffbfbc6cc2e02b58404415 from master. | |||
| 2012-12-24 | [1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516 | Tim Graham | |
| Backport of f56f6cfa58 from master | |||
| 2012-12-24 | [1.5.x] Prevented caching of streaming responses. | Aymeric Augustin | |
| The test introduced in 4b278131 accidentally passed because of a limitation of Python < 3.3. Refs #17758, #7581. Backport of 1c8be95 from master. | |||
| 2012-12-24 | [1.5.X] Fixed #19204 -- Replaced python2-style exception syntax. | Florian Apolloner | |
| Thanks to garrison for the report and patch. Backport of 4a71b842662162e0892a9269179421ff2191adba from master | |||
| 2012-12-24 | [1.5.x] Fixed a randomly failing test under Python 3. | Aymeric Augustin | |
| Refs #17758. Backport of e8f07f0 from master. | |||
| 2012-12-24 | [1.5.x] Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests | Luke Plant | |
| Refs #17758 Backport of 8bc410b44536e03ee38a0087256faf367dd98dd9 from master | |||
| 2012-12-24 | [1.5.x] Fixed a dependence on set-ordering in tests | Luke Plant | |
| Backport of 1ae64e96c161229a74efc4235917dcaae7e9cd05 from master | |||
| 2012-12-24 | [1.5.x] Made admin generated changelist URLs independent of dict ordering | Luke Plant | |
| Backport of c31c2c92b8ef0b58394ac55fa4f61acc07091047 from master | |||
| 2012-12-24 | [1.5.x] Sort HTML attributes on generated forms | Ian Clelland | |
| Backport of 6b9f130278f98b3a15f7ad1959269c200e084f03 from master | |||
| 2012-12-24 | [1.5.x] Don't rely on dictionary ordering in tests | Ian Clelland | |
| Backport of b9fc70141abd4c812b03df50452a0d3ed8cd62d2 from master | |||
| 2012-12-24 | [1.5.x] Use HTML parser to compare html snippets | Ian Clelland | |
| Backport of 585aa11d233b7e3e40fe45fa69ef045d8f282345 from master | |||
| 2012-12-24 | [1.5.x] Use new TestCase methods for equality comparisons | Ian Clelland | |
| Backport of 8d35fd4c327e05b63c72a1c1e9a4a68de4dddcf0 from master | |||
