summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #30365 -- Fixed syntax highlighting in SQL examples.Daniel Musketa2019-04-236-52/+151
* Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...Ramiro Morales2019-04-233-42/+100
* Fixed #30385 -- Restored SearchVector(config) immutability.Simon Charette2019-04-231-0/+4
* Fixed typo in docs/internals/contributing/committing-code.txt.Ville Skyttä2019-04-211-1/+1
* Fixed #30341 -- Added support for the furlong unit in Distance.Dustin Neighly2019-04-192-0/+4
* Made cosmetic edits in docs/releases/2.2.1.txt.Mariusz Felisiak2019-04-191-1/+1
* Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a ...Scott Fitsimones2019-04-191-0/+4
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales2019-04-1821-40/+42
* Fixed typos in docs, comments, and exception messages.Ville Skyttä2019-04-186-12/+13
* Fixed #30370 -- Added dbshell support for client TLS certificates on PostgreSQL.Oleh Mykytiuk2019-04-181-0/+2
* Fixed #30335, #29139 -- Fixed crash when ordering or aggregating over a neste...can2019-04-181-0/+5
* Updated SpatiaLite install instructions to suggest first package from recent ...Willy Njundong2019-04-171-3/+3
* Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani2019-04-172-0/+14
* Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape translations.Tobias Kunze2019-04-161-0/+7
* Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze2019-04-161-1/+3
* Fixed typo in docs/ref/models/instances.txt.Gary Donovan2019-04-161-1/+1
* Fixed #30325 -- Reverted "Fixed #29725 -- Removed unnecessary join in QuerySe...Mariusz Felisiak2019-04-151-0/+4
* Fixed #30326 -- Doc'd how to avoid persistence of F() assignment.sage2019-04-151-1/+3
* Fixed #30350 -- Prevented recreation of migration for operations with a range...Florian Apolloner2019-04-141-0/+4
* Corrected wording in docs/intro/overview.txt.gnl2019-04-141-2/+2
* Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa2019-04-131-2/+2
* Fixed #30321 -- Added example of changed_data to forms docs.Bruno Furtado2019-04-091-0/+2
* Fixed #30330 -- Fixed setting of primary key to None during fast-delete.Florian Apolloner2019-04-081-0/+3
* Fixed #30304 -- Added support for the HttpOnly, SameSite, and Secure flags on...Ran Benita2019-04-083-1/+53
* Refs #27807 -- Removed docs for User.username_validator.Tim Graham2019-04-072-25/+5
* Fixed #30332 -- Fixed crash of ordering by expressions with params in ArrayAg...Simone Pellizzari2019-04-061-0/+5
* Fixed #30324 -- Forced utf-8 encoding when loading the template for the techn...Nick Pope2019-04-051-0/+3
* Fixed #30331 -- Added support for psycopg2 2.8.Mariusz Felisiak2019-04-051-0/+2
* Fixed #30307 -- Fixed incorrect quoting of database user password when using ...msg2019-04-041-1/+3
* Added stub release notes for 2.2.1.Mariusz Felisiak2019-04-032-0/+13
* Fixed typo in docs/releases/2.2.txt.Alex Gaynor2019-04-021-1/+1
* Fixed typo in docs/ref/settings.txt.Mariusz Felisiak2019-04-021-2/+2
* Corrected date format in 2.2 release notes.Carlton Gibson2019-04-011-1/+1
* Set release date in v2.2 release notes.Carlton Gibson2019-04-011-4/+4
* Updated man page for 2.2 final.Carlton Gibson2019-04-011-18/+11
* Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit thro...Tim Graham2019-03-301-1/+3
* Added stub 2.1.8 release notes.Tim Graham2019-03-302-0/+13
* Refs #30278 -- Fixed link in cached_property docs.Tim Graham2019-03-301-2/+2
* Refs #30278 -- Doc'd behavior of del on an unaccessed cached_property.Matthew Schinckel2019-03-301-0/+4
* Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera2019-03-291-1/+1
* Removed unnecessary /static from links to PostgreSQL docs.Nick Pope2019-03-2914-48/+47
* Fixed #30294 -- Allowed HttpResponse to accept memoryview content.sage2019-03-292-7/+17
* Moved extlinks in docs config to allow using 'version' variable.Tim Graham2019-03-282-13/+9
* Used extlinks for Django's source code.Tim Graham2019-03-2812-58/+31
* Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.Tim Graham2019-03-281-2/+1
* Fixed #30241 -- Added more system checks of translation settings.Nick Pope2019-03-281-0/+10
* Refs #29713 -- Improved error message when LANGUAGE_CODE is invalid.Nick Pope2019-03-281-1/+1
* Refs #1660 -- Doc'd the LANGUAGES_BIDI setting.Nick Pope2019-03-281-0/+20
* Doc'd that HttpResponse accepts bytestrings.Mariusz Felisiak2019-03-281-8/+8
* Fixed "byte string" typo in various docs and comments.Mariusz Felisiak2019-03-285-6/+6