summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-04-02Fixed #22268 -- Documented values_list() behavior for multivalued relations.aIacopo Spalletti
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-31Removed some docs that should have been removed along with PROFANITIES_LIST.Tim Graham
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #24932 -- Added Cast database function.Claude Paroz
2016-03-29Fixed #25759 -- Added keyword arguments to customize Expressions' as_sql().Kai Feldhoff
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-03-28Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-23Fixed #25388 -- Added an option to allow disabling of migrations during test ...Berker Peksag
2016-03-21Refs #25759 -- Documented customizing expressions' SQL on other databases.Kai Feldhoff
2016-03-21Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.Vincenzo Pandolfo
2016-03-21Fixed grammatical typos in gis docs.Akshesh
2016-03-21Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_tem...Tim Graham
2016-03-19Fixed #26265 -- Clarified RadioSelect container's HTML id.Tim Graham
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-03-18Fixed #26375 -- Used a more generic name in a reusable template example.Tim Graham
2016-03-18Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.José Tomás Tocino
2016-03-14Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
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