summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Collapse)Author
2013-08-14[1.5.x] Fixed link in 1.5.2 release notesTim Graham
2013-08-13Added 1.4.6/1.5.2 release notes.1.5.2Tim Graham
2013-08-12[1.5.x] Added missing release notes for older versions of DjangoTim Graham
Backport of 3f6cc33cff from master
2013-07-08[1.5.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument ↵Tim Graham
as a backwards incompatible change for 1.3 Thanks DrMeers for the report. Backport of dab921751d from master
2013-06-12[1.5.x] Warned that `request_finished` isn't sent by some buggy setups.Jaap Roes
Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537. Backport of 3ce1d30. Conflicts: docs/howto/deployment/wsgi/index.txt
2013-05-22[1.5.x] Fixed #17048 - Added docs for upgrading Django.Tim Graham
Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch. Backport of ef8a9bc7fa from master.
2013-04-12[1.5.x] Fixed #20211: Document backwards-incompatible change in ↵Baptiste Mispelon
BoundField.label_tag Also cleaned up label escaping and consolidated the test suite regarding label_tag. Backport of ab686022f from master.
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
Thanks Jan Murre, Reinout van Rees and Wim Feijen, plus Remco Wendt for reviewing. Backport of i6c730da1f from master.
2013-03-28[1.5.x] Added 1.5.1 release notes.Jacob Kaplan-Moss
Backport of ae5247cb from master.
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
Backport of 93cffc3b37 from master.
2013-02-26[1.5.x] Add release date to 1.5 release notes.James Bennett
2013-02-26[1.5.x] Bump version numbers for Django 1.5 release.James Bennett
2013-02-19Don't characterize XML vulnerabilities as DoS-only.Carl Meyer
2013-02-19[1.5.x] Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header ↵Carl Meyer
validation. This is a security fix; disclosure and advisory coming shortly.
2013-02-18[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
Backport of 9c2066d5 from master.
2013-02-09[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
Thanks xian at mintchaos.com for the report. Backport of 0201b9d6d from master
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in ↵Claude Paroz
RedirectFallbackMiddleware Thanks Aymeric Augustin for the report and directions for the patch. Backport of 2ed90eac from master.
2013-01-07[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.Carl Meyer
Backport of bb7f34d619bf 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.
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
Backport of acc5396.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
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 documentationPreston 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-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
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-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
Backport of 9c5a6adf33 from master
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
Backport of f56f6cfa58 from master
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on ↵Russell Keith-Magee
abstract models. This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report. Backport of 1b646e656e46909af447056b4f98b9744aae4978 from master.
2012-12-15[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notesTim Graham
Backport of b594e4923c from master
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
The old comment system was pre-1.0. Backport of 44815bad6b from master
2012-11-28[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.Bruno Renié
2012-11-27Fixed a couple of typos in the 1.5 (and beta) release notes.Jacob Kaplan-Moss
Backport of [7cea123bdebd45dc1bafe02d57a90995e76c28a9] from master.
2012-11-27Added 1.5 beta release notes.Jacob Kaplan-Moss
Backport of [7a62339f595f03170903d04cbb3e170fd03c657b] from master.
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵Julien Phalip
Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
F() expressions reuse joins like any lookup in a .filter() call - reuse multijoins generated in the same .filter() call else generate new joins. Also, lookups can now reuse joins generated by F(). This change is backwards incompatible, but it is required to prevent dict randomization from generating different queries depending on .filter() kwarg ordering. The new way is also more consistent in how joins are reused. Backpatch of 90b86291d022a09031d1df397d7aaebc30e435f7
2012-11-22[1.5.X] Spell checked 1.5 alpha release notesTim Graham
Backport of e94f8babc2 from master
2012-11-22[1.5.x] Fixed #16039 -- Made post_syncdb handlers multi-db aware.Aymeric Augustin
Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. Backport of a026e48 from master.
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
Thanks to Lowe Thiderman for the patch and tests
2012-11-19[1.5.X] Fixed typo in docs/releases/1.5.txtAnton Danilchenko
Backport of 3bdb2ca560 from master
2012-11-17[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
Backport of 9b755a2 from master.
2012-11-16[1.5.x] Fixed #18985 -- made DeprecationWarnings loudPreston Holmes
Capture warnings in Python >= 2.7 and route through console handler, which is subject to DEBUG==True Thanks to dstufft for the idea, and claudep for initial patch
2012-11-04[1.5.x] Corrected a typo that inadvertently made its way into the docs. ↵Alex Gaynor
Backport of 0a49e6164c78ab6c828c08896856a77e2b423c91.
2012-11-04[1.5.x] Added multi-column indexes to the 1.5 release notes. Backport of ↵Alex Gaynor
957787ace0a14fa2ee2539d47a64b266bc93b6bd.
2012-11-02[1.5.x] Deprecated depth kwarg on select_related.Preston Holmes
This is the start of a deprecation path for the depth kwarg on select_related. Removing this will allow us to update select_related so it chains properly and have an API similar to prefetch_related. Thanks to Marc Tamlyn for spearheading and initial patch. refs #16855
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-29[1.5.x] Fixed #17869 - force logout when REMOTE_USER header disappearsPreston Holmes
If the current sessions user was logged in via a remote user backend log out the user if REMOTE_USER header not available - otherwise leave it to other auth middleware to install the AnonymousUser. Thanks to Sylvain Bouchard for the initial patch and ticket maintenance.
2012-10-27Missing 'h' in word.Dmitry Shevchenko
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
This removes a dependency of 'core' on 'contrib'. Backport of 83ba0a9 from master. This deprecation occurs after the alpha, but it's a prerequisite for fixing decently #18194 which is a release blocker.