summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-15Removed obsolete literals_to_xrefs.py script.Tim Graham
2015-06-15Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keysBrian King
2015-06-12Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from classMoritz Sichert
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2015-06-11Added ALLOWED_HOSTS and SERVER_EMAIL details to deployment checklist.Tim Graham
2015-06-11Used PEP 8 style indentation in forms docs.Nick Smith
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-09Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...Rivo Laks
2015-06-09Forwardported release notes for refs #24903.Tim Graham
2015-06-09Fixed #24961 -- Added links to all auth docs pages from index.Daniel Roseman
2015-06-09Fixed import in docs/ref/contrib/syndication.txtargaen
2015-06-09Clarified the default form widgets for model number fields in docsMatt Deacalion Stevens
2015-06-09Fixed typos in docs/topics/python3.txtNik Nyby
2015-06-08Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-08Fixed #24929 -- Allowed permission_required decorator to take any iterableRaphael Michel
2015-06-08Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou
2015-06-08Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol
2015-06-07Moved jQuery to a vendor/jquery subdirectory.Trey Hunner
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-06Fixed #24915 -- Added stricter session key validationDavid Bannon
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
2015-06-06Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek
2015-06-06Fixed #24910 -- Added createsuperuser support for non-unique USERNAME_FIELDsAlasdair Nicol
2015-06-06Fixed #23516 -- Added caching of include tag Template objectsMatthew Somerville
2015-06-06Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy
2015-06-06Fixed #24882 -- Documented Migration.run_beforeMark Henwood
2015-06-06Merge pull request #4818 from dracos/24937-ranging-to-victoryMarc Tamlyn
2015-06-06Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.Markus Amalthea Magnuson
2015-06-05Fixed #24937 -- fix serialization of Date(Time)RangeField.Matthew Somerville
2015-06-05Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin
2015-06-05Minor edits to Greatest/Least docs; refs #24767.Tim Graham
2015-06-05Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."Andriy Sokolovskiy
2015-06-05Fixed #22571 -- Added clarification about auto_now_add=TrueYamila Moreno
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-05Added release notes for feature added in fe21fb81Russell Keith-Magee
2015-06-05Fixed #24925 -- Document using Coalesce on MySQLIan Foote
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-06-05Merge pull request #4757 from sergei-maertens/ticket_18166Russell Keith-Magee
2015-06-05Fixed #24926 -- Removed outdated information from deploymentYamila Moreno
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-04Fixed #19210 -- Added leap year support to django.utils.timesince()Raphael Michel
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
2015-06-04Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol
2015-06-04Fixed #24728 -- Renamed mime_type to content_type for syndication feedsRaphael Michel
2015-06-04Fixed #7060 -- Added a note about race conditions to the tutorialRaphael Michel
2015-06-04Fixed #18166 -- Added form_kwargs support to formsets.Sergei Maertens