summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Fixed #20430 - Enable iterable of iterables for model choicesDonald Stufft
2013-05-18Fixed #13285: populate_xheaders breaks cachingŁukasz Langa
2013-05-18Fixed #9595 -- Allow non-expiring cache timeouts.Jacob Burch
2013-05-18Fixed #13546 -- Easier handling of localize field options in ModelFormErik Romijn
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-04-29Corrected "it's" to "its" when used possessively.Thomas Thurman
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-18Complemented documentation following commit be9ae693cClaude Paroz
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-05Added release note about percent literals in cursor.executeClaude Paroz
2013-04-02Added a dedication to Malcolm to release notes.Ramiro Morales
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-28Added 1.5.1 release notes.Jacob Kaplan-Moss
2013-03-26Fixed #20138 -- Added BCryptSHA256PasswordHasherDonald Stufft
2013-03-24Fixed #20124 - Fixed doc warnings.Tim Graham
2013-03-24Added changes missing from previous commit.Aymeric Augustin
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-24Added release notes for 4b31a6a9.Aymeric Augustin
2013-03-22Added missing markup to docs.Tim Graham
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester
2013-03-20Fixed #18839 - Field.__init__() now calls super().Carny Cheng
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-03-18Fixed #13260 -- Quoted arguments interpolated in URLs in reverse.Aymeric Augustin
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-17Fixed #19697 -- Added a deployment checklist.Aymeric Augustin
2013-03-17Added structure in the 1.6 release notes.Aymeric Augustin
2013-03-15Corrected typos in the 1.6 release notesMarc Tamlyn
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-14Fixed #16649 -- Refactored save_base logicAnssi Kääriäinen
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Moved a warning in the 1.6 notes back to its expected location.Aymeric Augustin
2013-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor