summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-173-0/+98
* Update docs/releases/4.1.txtAlokik Vijay2022-05-171-1/+1
* Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay2022-05-171-0/+4
* Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson2022-05-171-0/+12
* Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock2022-05-171-0/+6
* Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock2022-05-161-0/+5
* Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purpos...Mariusz Felisiak2022-05-161-0/+5
* Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana2022-05-162-2/+11
* Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak2022-05-161-1/+2
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-123-1/+29
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-123-16/+67
* Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak2022-05-123-2/+30
* Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak2022-05-113-2/+4
* Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll2022-05-102-1/+24
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-105-27/+140
* Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi2022-05-061-1/+3
* Fixed #32339 -- Added div.html form template.David Smith2022-05-054-6/+76
* Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson2022-05-042-118/+149
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-047-15/+12
* Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay2022-05-031-4/+13
* Updated release date for Django 4.0.5.Carlton Gibson2022-05-031-1/+1
* Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini2022-04-291-0/+13
* Removed hyphen from pre-/re- prefixes.David2022-04-2826-33/+36
* Changed "stdlib" to "Standard Library" in docs/releases/1.9.txt.David2022-04-282-3/+2
* Added links to Solr and Haystack in docs.David2022-04-282-4/+6
* Added backticks to code literals in various docs.David2022-04-289-25/+19
* Changed "refactorings" to "refactoring" in docs/releases/1.0.txt.David2022-04-282-2/+1
* Changed "ie." to "i.e." in docs.David2022-04-283-4/+3
* Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson2022-04-275-19/+105
* Refs #32339 -- Added base form renderer to docs.Carlton Gibson2022-04-271-0/+14
* Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin2022-04-264-21/+334
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-262-0/+0
* Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak2022-04-222-0/+4
* Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.Hannes Ljungberg2022-04-201-2/+6
* Refs #33646 -- Added example for async cross-thread connection access.Carlton Gibson2022-04-201-0/+26
* Refactored out RedirectURLMixin.get_redirect_url().Aymeric Augustin2022-04-201-0/+3
* Added TiDB to list of third-party DB backends.Xiang Zhang2022-04-201-0/+2
* Updated note about ListView pagination example in CBV docs.Theofilos Alexiou2022-04-192-2/+3
* Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in list_filter.Dominik2022-04-191-2/+2
* Fixed #33639 -- Enabled cached template loader in development.Carlton Gibson2022-04-192-9/+28
* Refs #33328 -- Corrected JS check for event.detail presence in docs.Claude Paroz2022-04-181-1/+1
* Refs #31169 -- Added release note for parallel test running changes.Carlton Gibson2022-04-141-0/+4
* Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.Florian Apolloner2022-04-131-0/+3
* Updated bpo link to use redirect URI.Nick Pope2022-04-131-1/+1
* Added stub release notes for 4.0.5.Mariusz Felisiak2022-04-112-0/+13
* Added CVE-2022-28346 and CVE-2022-28347 to security archive.Mariusz Felisiak2022-04-111-0/+22
* Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL inj...Mariusz Felisiak2022-04-113-0/+21
* Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra...Mariusz Felisiak2022-04-113-0/+24
* Fixed #33628 -- Ignored directories with empty names in autoreloader check fo...Manel Clos2022-04-112-2/+15
* Fixed #33611 -- Allowed View subclasses to define async method handlers.Carlton Gibson2022-04-074-2/+69