summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+2
* Fixed #31210 -- Doc'd how to reproduce HttpRequest.is_ajax() in release notes.Adam Johnson2020-02-041-0/+4
* Fixed typo in docs/releases/3.1.txt.Adam Johnson2020-02-041-2/+2
* Fixed #27604 -- Used the cookie signer to sign message cookies.Claude Paroz2020-02-042-0/+8
* Fixed #31226 -- Fixed typo in docs/internals/contributing/writing-code/submit...Vibhu Agarwal2020-02-031-1/+1
* Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt.Vibhu Agarwal2020-02-031-3/+2
* Added stub release notes for 3.0.4.Carlton Gibson2020-02-032-0/+8
* Added CVE-2020-7471 to security archive.Carlton Gibson2020-02-031-0/+13
* Added release date for 3.0.3.Carlton Gibson2020-02-031-1/+1
* Fixed CVE-2020-7471 -- Properly escaped StringAgg(delimiter) parameter.Simon Charette2020-02-034-1/+35
* Fixed 31207 -- Prevented references to non-local remote fields in ForeignKey....Hasan Ramezani2020-01-311-0/+3
* Added tests for signing non-string values and updated docs.Claude Paroz2020-01-301-0/+9
* Fixed #28290 -- Enabled Sphinx auto-label generation for title and section he...Abhijeet2020-01-291-0/+7
* Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to.Abhijeet2020-01-292-0/+5
* Updated the GeoJSON format specification link to RFC 7946.Mariusz Felisiak2020-01-291-4/+3
* Refs #25778 -- Updated some links to HTTPS and new locations.Mariusz Felisiak2020-01-2911-14/+14
* Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne2020-01-295-8/+7
* Refs #25778 -- Updated sphinx-doc.org links to HTTPS.Jon Dufresne2020-01-294-4/+4
* Refs #30997 -- Added link to Fetch API in release notes.Nick Pope2020-01-281-4/+5
* Fixed #30997 -- Deprecated HttpRequest.is_ajax().Claude Paroz2020-01-274-1/+12
* Refs #30997 -- Removed HttpRequest.is_ajax() usage.Claude Paroz2020-01-273-7/+21
* Refs #30997 -- Added HttpRequest.accepts().Claude Paroz2020-01-243-12/+40
* Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith2020-01-241-1/+2
* Fixed #27888 -- Added link to clear all filters in the admin changelist view.Hasan Ramezani2020-01-231-0/+3
* Fixed #31200 -- Added system checks for permissions codenames max length.Michael Mulholland2020-01-231-0/+4
* Clarified AppConfig.ready() docs example.Adam Johnson2020-01-221-6/+11
* Fixed #31190 -- Fixed prefetch_related() crash for GenericForeignKey with cus...Eugene Hatsko2020-01-221-0/+4
* Made examples concrete in upgrade documentation.Adam Johnson2020-01-211-3/+4
* Added missing backtick in instances docs.Claude Paroz2020-01-171-1/+1
* Added note about incomplete HTML in tutorial 3.Adam Johnson2020-01-171-0/+7
* Refs #30752 -- Doc'd error reporting related optional request attributes.Carlton Gibson2020-01-171-0/+10
* Fixed #31171 -- Fixed wording in auto-escaping section of custom template tag...Takayuki Hirayama2020-01-171-1/+1
* Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports.Pavel Lysak2020-01-163-0/+74
* Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia2020-01-161-0/+1
* Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-...Flavio Curella2020-01-162-0/+12
* Clarified backport policy for regressions.Carlton Gibson2020-01-151-1/+2
* Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited ...Carlton Gibson2020-01-152-0/+13
* Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.Mariusz Felisiak2020-01-151-0/+1
* Refs #31097 -- Added release notes for 2f565f84aca136d9cc4e4d061f3196ddf9358ab8.Carlton Gibson2020-01-141-0/+5
* Fixed typo in docs/ref/django-admin.txt.Daniel Hahler2020-01-131-1/+1
* Removed unused ExceptionReporterFilter class.Carlton Gibson2020-01-111-0/+5
* Fixed #31155 -- Fixed a system check for the longest choice when a named grou...Mariusz Felisiak2020-01-111-0/+3
* Fixed #30980 -- Improved error message when checking uniqueness of admin acti...Adam Donaghy2020-01-101-1/+1
* Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter.Carlton Gibson2020-01-102-5/+11
* Refs #23004 -- Allowed exception reporter filters to customize settings filte...Carlton Gibson2020-01-102-11/+43
* Fixed #31154 -- Added support for using enumeration types in templates.Adam Johnson2020-01-101-0/+3
* More accurate terminology ("logger" instead of "logging handler") in logging ...Kal Sze2020-01-091-4/+3
* Fixed #30995 -- Allowed converter.to_url() to raise ValueError to indicate no...Jack Cushman2020-01-092-3/+13
* Improved ReST formatting in docs/README.rst.KHMANJUNATH2020-01-091-4/+5
* Renamed docs/README to README.rst.Someoneece2020-01-091-0/+0