summaryrefslogtreecommitdiff
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34568 -- Made makemigrations --update respect --name option.Mariusz Felisiak2023-05-171-0/+3
* Updated broken links in docs.Mariusz Felisiak2023-05-172-2/+2
* Fixed #470 -- Added support for database defaults on fields.Ian Foote2023-05-124-4/+55
* Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and stri...Alexerson2023-05-121-3/+3
* Clarified database connections lifetime outside HTTP requests.Alberto Sottile2023-05-121-1/+5
* Fixed #34558 -- Fixed QuerySet.bulk_create() crash with Now() on Oracle.Mariusz Felisiak2023-05-111-0/+10
* Corrected code-block directive in docs/ref/templates/builtins.txt.Pan Dango2023-05-071-1/+1
* Corrected code-block directives in docs.Jannis Vajen2023-05-042-2/+2
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-2/+12
* Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature in docs.Andrei Shabanski2023-04-271-1/+1
* Doc'd that Count("*") is equivalent to COUNT(*) SQL.Tom Forbes2023-04-271-0/+1
* Replaced docutils link by PyPI reference.Claude Paroz2023-04-251-1/+1
* Fixed #34481 -- Added system check for reverse related fields in ModelAdmin.l...Bakdolot2023-04-241-2/+2
* Added meaningful titles to ..admonition:: directives.Mariusz Felisiak2023-04-214-9/+9
* Fixed #34440 -- Doc'd that & queryset operator works similar to chaining.David Sanders2023-04-201-5/+3
* Fixed #34435 -- Doc'd that JSONField.default must be a callable.Sage Abdullah2023-04-191-6/+8
* Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().sarahboyce2023-04-171-5/+10
* Added Snowflake to list of third-party DB backends.Tim Graham2023-04-171-0/+1
* Used extlinks for PyPI links.Tim Graham2023-04-174-25/+14
* 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