summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34419 -- Doc'd django.contrib.admin.sites.all_sites.Edison Wang2023-04-151-0/+4
* Fixed #27505 -- Allowed customizing Paginator's error messages.Marcelo Galigniana2023-04-121-1/+35
* Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the r...Sarah Boyce2023-04-061-0/+5
* Fixed #34431 -- Improved Date/DateTimeField/TimeField.input_formats docs.Edison Wang2023-04-031-3/+3
* Fixed typos in docs/ref/forms/renderers.txt.Mariusz Felisiak2023-03-241-2/+2
* Fixed #34077 -- Added form field rendering.David Smith2023-03-243-0/+84
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-212-5/+13
* Fixed #34322 -- Made ES module support to ManifestStaticFilesStorage optional.Mariusz Felisiak2023-03-181-2/+7
* Fixed #34404 -- Clarified how FileResponse set Content-Type header.Ayush Bisht2023-03-161-2/+5
* Corrected example in CreateCollation() docs.Adam Johnson2023-03-121-1/+2
* Doc'd that action descriptions are %-formatted.Mariusz Felisiak2023-03-091-0/+5
* Fixed #34395 -- Updated admin's jQuery to 3.6.4.Mariusz Felisiak2023-03-091-2/+2
* Fixed #34384 -- Fixed session validation when rotation secret keys.David Wobrock2023-03-081-1/+8
* Refs #31626 -- Noted that Daphne provides a runserver command.Carlton Gibson2023-03-071-0/+7
* Fixed #31920 -- Made AuthenticationMiddleware add request.auser().Jon Janzen2023-03-071-0/+14
* Fixed #32539 -- Added toggleable facet filters to ModelAdmin.sarahboyce2023-03-033-0/+59
* Doc'd that django.setup() is called under ASGI.Adam Johnson2023-03-011-1/+1
* Fixed #34367 -- Updated instructions for installing GeoDjango on Windows.Heath Henley2023-03-011-21/+16
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0183-2151/+2741
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-2817-130/+154
* Doc'd that Meta.indexes is preferred to Field.db_index.Adam Johnson2023-02-241-0/+7
* Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint...Xavier Fernandez2023-02-232-4/+40
* Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint.Xavier Fernandez2023-02-221-1/+5
* Refs #21080, Refs #34322 -- Added warning to ManifestStaticFilesStorage docs ...Mariusz Felisiak2023-02-161-0/+6
* Refs #32339 -- Doc'd setting a form's template_name is recomended over using ...David Smith2023-02-151-17/+16
* Refs #32339 -- Updated docs to reflect default <div> style form rendering in ...David Smith2023-02-153-86/+57
* Fixed #34280 -- Allowed specifying different field values for create operatio...tschilling2023-02-141-5/+15
* Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann2023-02-142-0/+28
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1054-816/+2427
* Fixed #34325 -- Corrected wording in PercentRank() docs.dennisvang2023-02-101-7/+7
* Fixed #34303 –- Allowed customizing admin site log entry list.Jacob Rief2023-02-081-0/+10
* Added missing vars to AdminSite.each_context() docs.Carlton Gibson2023-02-081-0/+3
* Fixed #34242 -- Doc'd that primary key is set to None when deleting objects.noFFENSE2023-01-202-2/+6
* Fixed #34266 -- Added ClosestPoint GIS database functions.Niccolò Mineo2023-01-202-4/+18
* Refs #32339 -- Deprecated transitional form renderers.Mariusz Felisiak2023-01-181-19/+4
* Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when...Mariusz Felisiak2023-01-171-10/+0
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-171-16/+2
* Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline.Mariusz Felisiak2023-01-171-9/+0
* Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError a...Mariusz Felisiak2023-01-171-6/+0
* Refs #33342 -- Removed ExclusionConstraint.opclasses per deprecation timeline.Mariusz Felisiak2023-01-171-27/+1
* Refs #30127 -- Removed name argument for django.utils.functional.cached_prope...Mariusz Felisiak2023-01-171-6/+1
* Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak2023-01-171-14/+0
* Refs #31026 -- Removed ability to return string when rendering ErrorDict/Erro...Mariusz Felisiak2023-01-171-5/+0
* Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak2023-01-171-69/+0
* Refs #32365 -- Removed is_dst argument for various methods and functions.Mariusz Felisiak2023-01-173-67/+14
* Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak2023-01-171-15/+0
* Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak2023-01-173-75/+42
* Refs #10929 -- Stopped forcing empty result value by PostgreSQL aggregates.Mariusz Felisiak2023-01-171-15/+12
* Refs #32375 -- Changed default sitemap protocol to https.Mariusz Felisiak2023-01-171-4/+4
* Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak2023-01-171-9/+3