summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2021-02-04Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.Jim Xie
2021-02-04Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...Hasan Ramezani
2021-02-03Refs #32390 -- Bumped required cx_Oracle to 7.0.Mariusz Felisiak
2021-02-03Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.Mariusz Felisiak
2021-02-02Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...Mariusz Felisiak
2021-02-01Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...Mariusz Felisiak
2021-01-29Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.Sandro Covo
2021-01-29Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.Tilman Koschnick
2021-01-28Fixed #32391 -- Used CSS flex properties for changelist filter.Denis Skulimovskiy
2021-01-28Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.Illia Volochii
2021-01-27Improved performance of django.forms.ChoiceWidget.optgroups().David Smith
2021-01-27Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...tim-mccurrach
2021-01-27Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...Hasan Ramezani
2021-01-26Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...Jerin Peter George
2021-01-26Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...Simon Charette
2021-01-22Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.Timothy McCurrach
2021-01-21Fixed #32367 -- Fixed system check for specifying type of auto-created primar...Mariusz Felisiak
2021-01-21Fixed #32374 -- Stopped recording migration application before deferred SQL.Simon Charette
2021-01-20Fixed #32292 -- Added support for connection by service name to PostgreSQL.Hasan Ramezani
2021-01-20Refs #31259 -- Made various dark theme adjustments.Tom Carrick
2021-01-19Fixed #32324 -- Added template block to override the admin site header.muskanvaswan
2021-01-19Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.Mariusz Felisiak
2021-01-19Refs #32365 -- Allowed use of non-pytz timezone implementations.Paul Ganssle
2021-01-19Removed unreachable SystemExit check.Adam Johnson
2021-01-19Removed unnecessary empty dict creation in ChoiceWidget.create_option().David Smith
2021-01-18Fixed #32296 -- Added --skip-checks option to runserver command.Hasan Ramezani
2021-01-18Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...Illia Volochii
2021-01-18Fixed #18549 -- Fixed heading for inlines with a OneToOneField.Timothy McCurrach
2021-01-16Improved performance of DecimalField.David Smith
2021-01-16Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error().Mariusz Felisiak
2021-01-15Updated source translation catalogs.Claude Paroz
2021-01-14Increased the default PBKDF2 iterations for Django 4.0.Mariusz Felisiak
2021-01-14Advanced deprecation warnings for Django 4.0.Mariusz Felisiak
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2021-01-14Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...Mariusz Felisiak
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2021-01-14Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.Mariusz Felisiak
2021-01-14Refs #31359 -- Made get_random_string()'s length argument required.Mariusz Felisiak
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2021-01-14Refs #7098 -- Removed support for passing raw column aliases to order_by().Mariusz Felisiak
2021-01-14Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...Mariusz Felisiak
2021-01-14Refs #31327 -- Removed providing_args argument for Signal per deprecation tim...Mariusz Felisiak
2021-01-14Refs #26601 -- Made get_response argument required and don't accept None in m...Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...Mariusz Felisiak
2021-01-14Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...Mariusz Felisiak
2021-01-14Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.Mariusz Felisiak
2021-01-14Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...Mariusz Felisiak