summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...Adam Johnson2020-05-0439-135/+120
* Corrected models.FilePathField signature in docs.Adam Johnson2020-05-041-2/+2
* Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes2020-05-041-0/+3
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-1/+1
* Fixed typo in docs/releases/3.0.6.txt.Mariusz Felisiak2020-05-041-1/+1
* Added stub release notes for 3.0.7.Mariusz Felisiak2020-05-042-0/+13
* Added release date for 3.0.6.Mariusz Felisiak2020-05-041-1/+1
* Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote2020-05-012-1/+36
* Doc'd Meta inheritance from abstract parents.Greg Kaleka2020-05-011-0/+27
* Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.mo...David Smith2020-05-011-8/+0
* Doc'd send_email() behavior when from_email is None.Adrian D'Alessandro2020-04-301-1/+2
* Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote2020-04-303-1/+38
* Fixed #25712 -- Reorganized templates docs.David Smith2020-04-306-347/+351
* Fixed #31356 -- Changed IRC links to the Freenode webchat.Hasan Ramezani2020-04-296-8/+11
* Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak2020-04-293-0/+11
* Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani2020-04-282-0/+15
* Changed django.forms.ValidationError imports to django.core.exceptions.Valida...François Freitag2020-04-286-11/+17
* Updated expected date for 3.0.6 release.Mariusz Felisiak2020-04-281-1/+1
* Fixed broken links in docs.Mariusz Felisiak2020-04-284-4/+4
* Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak2020-04-281-1/+1
* Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.Mariusz Felisiak2020-04-271-0/+10
* Fixed #31514 -- Fixed default form widgets in model fields docs.Hasan Ramezani2020-04-251-5/+5
* Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling2020-04-244-2/+13
* Corrected outputting BooleanField as HTML in forms docs.Tim Schilling2020-04-241-4/+4
* Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay2020-04-241-2/+2
* Fixed typo in docs/intro/contributing.txt.Andy Chosak2020-04-241-1/+2
* Updated template language philosophy in DTL docs.David Smith2020-04-231-5/+2
* Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.Jon Dufresne2020-04-231-1/+1
* Added link to Mozilla's infosec page on web security. Mads Jensen2020-04-221-0/+3
* Made compress.py script use the official google-closure-compiler release.Jon Dufresne2020-04-221-2/+1
* Updated admin's XRegExp to 3.2.0.Mariusz Felisiak2020-04-221-0/+2
* Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne2020-04-211-0/+3
* Capitalized Unicode in docs, strings, and comments.Jon Dufresne2020-04-2013-13/+12
* Refs #22463 -- Replaced JSHint with ESLint in contributing docs.Jignesh Kotadiya2020-04-201-4/+4
* Updated iTunes podcast format link in syndication docs.David Smith2020-04-201-1/+1
* Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.Jon Dufresne2020-04-202-10/+0
* Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne2020-04-201-0/+4
* Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...Jon Dufresne2020-04-171-0/+7
* Improved message example in admin actions documentation.Nick Pope2020-04-161-6/+9
* Used :rfc: role in various docs.Mariusz Felisiak2020-04-158-32/+21
* Refs #27468 -- Changed default Signer algorithm to SHA-256.Claude Paroz2020-04-153-3/+23
* Fixed typo in docs/ref/templates/builtins.txt.Mariusz Felisiak2020-04-151-1/+1
* Fixed #29501 -- Allowed dbshell to pass options to underlying tool.Adam Johnson2020-04-142-0/+33
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-142-2/+12
* Fixed #31196 -- Added support for PostGIS 3.Sergey Fedoseev2020-04-143-1/+11
* Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.Claude Paroz2020-04-141-0/+5
* Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak2020-04-147-19/+22
* Sorted imports in docs/_ext/djangodocs.py.Tim Graham2020-04-141-2/+1
* Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.Andrew Godwin2020-04-141-4/+0
* Fixed #31351 -- Added system checks for partial indexes and unique constraint...Ichlasul Affan2020-04-101-0/+3