summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-08-20Fixed typo in 1.7 release notesClaude Paroz
2014-08-19Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19Fixed #10190 -- Made HttpResponse charset customizable.Unai Zalakain
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-15Fixed #18355 -- Added ordering options to list based generic views.Peter Harley
2014-08-15Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter.Tim Graham
2014-08-15Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().Gabriel Muñumel
2014-08-15Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-08-14Fixed #21132 -- Removed the useless app_name argument to AdminSite.Tim Graham
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-13Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.zsoldosp
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-12Fixed #22985 -- Made call_command accept option name parameterClaude Paroz
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-11Fixed typo in 1.8 release notes.Markus Bertheau
2014-08-11Fixed #23261 -- Deprecated old style list support for unordered_list filter.Jaap Roes
2014-08-07Fixed #23252: Call out removed features in release notes.Andrew Godwin
2014-08-05Fixed broken links in docs.Tim Graham
2014-08-04Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.Stanislas Guerra
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-08-02Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.Tim Graham
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed #23145 -- Dropped support for Oracle < 11.1Tim Graham
2014-08-01Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.Tim Graham
2014-08-01Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.Tim Graham
2014-08-01Fixed #23103 -- Annotated ImageField file with image and content_type attribu...Petras Zdanavičius
2014-07-31Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-30Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-29Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-28Fixed #23102 -- Documented that sql* commands now respect allow_migrate().Gabriel Muñumel
2014-07-26Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-24Forward ported release notes for refs #23089.Tim Graham
2014-07-23Added backwards incompatibility note for refs #22845; refs #23082.Tim Graham
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-16Added 1.6.6 release notes for #22998 (also forwardported those for #13794).Tim Graham
2014-07-15Further fix the release notes for refs #13147.Loic Bistuer
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-07-14Fixed/improved release note for refs #13147; thanks Loic.Tim Graham
2014-07-10Add south upgrade note to 1.7 release notesAndrew Godwin
2014-07-10Fixed #13147 -- Moved User validation logic from form to model.Yin Jifeng
2014-07-08Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
2014-07-08Fixed #21832 -- Updated prompt, tests, and docs to show that USERNAME_FIELD s...Anubhav Joshi
2014-07-07Fixed #22966 -- Clarified which release notes appear for each doc version.Tim Graham
2014-07-05Merge pull request #2881 from charettes/ticket-22943-compiled-regex-deconstru...Andrew Godwin
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-07-04Fixed #22943 -- Correctly serialize compiled regexes.Simon Charette