summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-04-25Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol
2019-04-25Fixed #30362 -- Noted partial indexes and constraints restrictions with abstr...Mariusz Felisiak
2019-04-25Fixed UniqueConstraint example in ref/models/constraints.txt.Mariusz Felisiak
2019-04-24Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.Matthias Kestenholz
2019-04-24Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-23Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...Ramiro Morales
2019-04-23Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette
2019-04-21Fixed typo in docs/internals/contributing/committing-code.txt.Ville Skyttä
2019-04-19Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly
2019-04-19Made cosmetic edits in docs/releases/2.2.1.txt.Mariusz Felisiak
2019-04-19Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-04-18Fixed typos in docs, comments, and exception messages.Ville Skyttä
2019-04-18Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk
2019-04-18Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can
2019-04-17Updated SpatiaLite install instructions to suggest first package from recent ...Willy Njundong
2019-04-17Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani
2019-04-16Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.Tobias Kunze
2019-04-16Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-16Fixed typo in docs/ref/models/instances.txt.Gary Donovan
2019-04-15Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak
2019-04-15Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage
2019-04-14Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner
2019-04-14Corrected wording in docs/intro/overview.txt.gnl
2019-04-13Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-04-09Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado
2019-04-08Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner
2019-04-08Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita
2019-04-07Refs #27807 -- Removed docs for User.username_validator.Tim Graham
2019-04-06Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari
2019-04-05Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope
2019-04-05Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak
2019-04-04Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg
2019-04-03Added stub release notes for 2.2.1.Mariusz Felisiak
2019-04-02Fixed typo in docs/releases/2.2.txt.Alex Gaynor
2019-04-02Fixed typo in docs/ref/settings.txt.Mariusz Felisiak
2019-04-01Corrected date format in 2.2 release notes.Carlton Gibson
2019-04-01Set release date in v2.2 release notes.Carlton Gibson
2019-04-01Updated man page for 2.2 final.Carlton Gibson
2019-03-30Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham
2019-03-30Added stub 2.1.8 release notes.Tim Graham
2019-03-30Refs #30278 -- Fixed link in cached_property docs.Tim Graham
2019-03-30Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel
2019-03-29Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-29Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage
2019-03-28Moved extlinks in docs config to allow using 'version' variable.Tim Graham
2019-03-28Used extlinks for Django's source code.Tim Graham
2019-03-28Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham