summaryrefslogtreecommitdiff
path: root/django
Commit message (Expand)AuthorAgeFilesLines
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-172-5/+51
* Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay2022-05-174-28/+54
* Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson2022-05-171-0/+2
* Refs #27064 -- Made migrations generate RenameIndex operations when moving in...David Wobrock2022-05-171-0/+47
* Refs #27064 -- Refactored out MigrationAutodetector.create_renamed_fields().David Wobrock2022-05-171-25/+59
* Refs #27064 -- Made migrations generate RenameIndex operations when renaming ...David Wobrock2022-05-161-4/+47
* Fixed #33710 -- Made RenameIndex operation a noop when the old and new name m...David Wobrock2022-05-161-0/+3
* Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana2022-05-161-2/+10
* Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.Mariusz Felisiak2022-05-161-2/+2
* Added backward compatibility test for ConnectionHandler.databases property.Nick Pope2022-05-131-0/+3
* Fixed typo in Query.clone()'s docstring.非法操作2022-05-131-1/+1
* Refs #27064 -- Added RenameIndex migration operation.David Wobrock2022-05-129-0/+201
* Made closing in connection handlers more DRY.Nick Pope2022-05-123-10/+5
* Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal2022-05-122-3/+21
* Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak2022-05-121-6/+20
* Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...Ed Rivas2022-05-122-2/+19
* Refs #33173 -- Removed use of deprecated cgi module.Carlton Gibson2022-05-114-7/+41
* Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak2022-05-111-0/+10
* Fixed #33622 -- Allowed customizing error messages for invalid number of forms.Marc Seguí Coll2022-05-101-13/+13
* Fixed #30581 -- Added support for Meta.constraints validation.Gagaro2022-05-105-21/+229
* Refs #33173, Refs #30451 -- Fixed ResourceWarning from unclosed body files in...Mariusz Felisiak2022-05-101-6/+10
* Corrected extract_views_from_urlpatterns()'s docstring.Nikita Sobolev2022-05-061-1/+2
* Fixed #33679 -- Fixed the last inline's id in admin for users without add per...Daniel Hahler2022-05-062-2/+2
* Fixed #32339 -- Added div.html form template.David Smith2022-05-057-0/+56
* Corrected example in Polygon docstring.Stefan Brand2022-05-041-1/+1
* Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.David Wobrock2022-05-041-0/+7
* Refs #30581 -- Added Q.check() hook.Gagaro2022-05-041-0/+29
* Refs #33646 -- Reduced sync_to_async hops on async QuerySet iteration.Simon Charette2022-05-041-14/+2
* Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak2022-05-042-10/+3
* Refs #30581 -- Added Q.flatten().Gagaro2022-05-031-0/+15
* Fixed #29854 -- Made _all_related_fields() return deterministically ordered f...Collin Anderson2022-05-031-5/+10
* Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya2022-05-031-2/+2
* Refs #33646 -- Made QuerySet.raw() async-compatible.Mariusz Felisiak2022-05-021-0/+16
* Refs #33646 -- Added RawModelIterable.Mariusz Felisiak2022-05-021-35/+45
* Fixed #33413 -- Made migrations propage collations to related fields.David Wobrock2022-05-024-8/+34
* Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...Mariusz Felisiak2022-04-291-0/+8
* Refs #30426 -- Updated XFrameOptionsMiddleware docstring.Clemens Wolff2022-04-291-4/+4
* Fixed #33670 -- Fixed altering primary key on SQLite.Mariusz Felisiak2022-04-291-1/+6
* Refs #33413 -- Added collation to CharField/TextField's db_parameters.David Wobrock2022-04-292-8/+24
* Fixed #33661 -- Corrected Catalan date-format localization.mpachas2022-04-283-15/+15
* Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson2022-04-273-2/+12
* Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin2022-04-261-1/+157
* Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana2022-04-264-6/+64
* Fixed #33656 -- Fixed MultiWidget crash when compressed value is a tuple.L2022-04-261-2/+2
* Fixed #33655 -- Removed unnecessary constant from GROUP BY clause for QuerySe...marcperrinoptel2022-04-261-2/+2
* Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable.siddhartha-star-dev2022-04-251-1/+1
* Removed unnecessary variable in Index.create_sql().Hannes Ljungberg2022-04-221-1/+0
* Refs #31223 -- Added __class_getitem__() to ForeignKey.Collin Anderson2022-04-221-0/+3
* Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak2022-04-222-1/+12
* Fixed #33509 -- Added "(no-op)" to sqlmigrate output for operations without S...Adam Johnson2022-04-211-10/+12