summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-03-13Fixed typos in docs.Jakub Wilk
2016-03-12Fixed #26345 -- Clarified which RangesFields always return a canonical form.Tim Graham
2016-03-12Fixed #26239 -- Added a note about how auto_now works with QuerySet.update().Duane Hilton
2016-03-09Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-03-09Fixed indenting in "Serving files in development" code exampleTim Osborn
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt.Michal Petrucha
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2016-03-03Fixed #26321 -- Added missing "for_save" parameter in expressions example.Tim Graham
2016-03-03Fixed #26310 -- Documented that a queryset ordering must be specified to ensu...Tim Graham
2016-03-03Fixed #26309 -- Documented that login URL settings no longer support dotted p...Alasdair Nicol
2016-03-02Refs #19527 -- Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-02Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...acrefoot
2016-03-01Fixed #26217 -- Added a warning about format strings to WeekArchiveView docs.Michal Petrucha
2016-03-01Fixed #26165 -- Added some FAQs about CSRF protection.acemaster
2016-03-01Fixed typos in docs/ref/models/meta.txt.Taranjeet
2016-02-29Fixed #26186 -- Documented how app relative relationships of abstract models ...Simon Charette
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2016-02-27Fixed #26275 -- Noted difference between o and Y date format chars.inondle
2016-02-26Fixed #25279 -- Made prefetch_related_objects() public.Adam Chainz
2016-02-25Fixed #26278 -- Clarified apps.ready docs.Tim Graham
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Fixed #25670 -- Allowed dictsort to sort a list of lists.Andrew Kuchev
2016-02-23Fixed #26190 -- Returned handle() result from call_commandClaude Paroz
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-21Fixed #26238 -- Raised explicit error for non-editable field in ModelFormClaude Paroz
2016-02-19Fixed #25974 -- Switched GIS docs to 4 spaces indentation.Sergey Fedoseev
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-18Fixed #26107 -- Added option to int_list_validator() to allow negative integers.Akshesh
2016-02-18Added intended use in the admin's introduction.Tim Graham
2016-02-17Fixed #25687 -- Documented how to add database function support to third-part...Tim Graham
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-17Followed recommended ValidationError use in docs.Jon Dufresne
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-10Fixed #26014 -- Added WSGIRequest content_type and content_params attributes.Curtis Maloney
2016-02-10Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin
2016-02-09Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.userimack
2016-02-09Fixed #26181 -- Corrected AngularJS CSRF example.userimack
2016-02-06Fixed spelling -- super set -> superset.Sergey Fedoseev
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-02-03Changed gypsy to manouche in docs and tests.Blake Griffith
2016-02-02Made identation of default setting docs more consistenct.Tim Graham
2016-02-01Unified some doc links to OneToOneField and ManyToManyField.Tim Graham
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-30Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29Made formatting of docs for settings defaults more consistent.Tim Graham