summaryrefslogtreecommitdiff
path: root/django/contrib
AgeCommit message (Expand)Author
2022-08-03[4.1.x] Updated translations from Transifex.Mariusz Felisiak
2022-07-31[4.1.x] Fixed warnings per flake8 5.0.0.Mariusz Felisiak
2022-07-08[4.1.x] Fixed #33829 -- Made BaseConstraint.deconstruct() and equality handle...Stéphane "Twidi" Angel
2022-06-21[4.1.x] Fixed #33794 -- Fixed string-casting of GIS queries on PostgreSQL.Claude Paroz
2022-06-18[4.1.x] Fixed #33784 -- Removed unnecessary format escaping in admin calendar...Ankur
2022-05-26[4.1.x] Fixed #22078 -- Fixed crash of Feed with decorated methods.Marcelo Galigniana
2022-05-21[4.1.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sideba...Sankalp
2022-05-21[4.1.x] Fixed #33727 -- Fixed color contrasts in admin header.Mohammed Y. Alnajdi
2022-05-17[4.1.x] Updated source translation catalogs.Mariusz Felisiak
2022-05-17Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.Alokik Vijay
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-11Fixed #33691 -- Deprecated django.contrib.auth.hashers.CryptPasswordHasher.Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-06Corrected extract_views_from_urlpatterns()'s docstring.Nikita Sobolev
2022-05-06Fixed #33679 -- Fixed the last inline's id in admin for users without add per...Daniel Hahler
2022-05-04Corrected example in Polygon docstring.Stefan Brand
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-05-03Fixed #33667 -- Used --header-branding-color for branding headers in admin.Hrushikesh Vaidya
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-25Refs #2259 -- Disallowed primary keys in ModelAdmin.list_editable.siddhartha-star-dev
2022-04-22Refs #27674 --- Deprecated django.contrib.gis.admin.OpenLayersWidget.Mariusz Felisiak
2022-04-20Refactored out RedirectURLMixin.get_success_url().Aymeric Augustin
2022-04-20Simplified LogoutView.get_success_url().Aymeric Augustin
2022-04-20Unified LoginView/LogoutView.get_default_redirect_url() methods.Aymeric Augustin
2022-04-20Renamed LogoutView.get_next_page() to get_success_url().Aymeric Augustin
2022-04-20Refactored out RedirectURLMixin.get_redirect_url().Aymeric Augustin
2022-04-19Removed unnecessary default argument from GET.get() call in LoginView.get_red...Aymeric Augustin
2022-04-18Fixed #33648 -- Prevented extra redirect in LogoutView on invalid next page w...Aymeric Augustin
2022-04-15Fixed #33607 -- Made PostgresIndex.create_sql() respect the "using" argument.Alexandru Mărășteanu
2022-04-15Fixed #11803 -- Allowed admin select widgets to display new related objects.mgaligniana
2022-04-14Fixed #33637 -- Improved initial zoom level in MapWidget.Claude Paroz
2022-04-06Refs #31617 -- Added an id for helptext in admin forms.David Smith
2022-04-06Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors(...Baptiste Mispelon
2022-04-01Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when...Lucidiot
2022-03-31Fixed #33397 -- Corrected resolving output_field for DateField/DateTimeField/...Luke Plant
2022-03-29Fixed #15619 -- Deprecated log out via GET requests.René Fleschenberg
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-03-24Refs #15619 -- Logged out with POST requests in admin.Mariusz Felisiak
2022-03-24Refs #32365 -- Removed internal uses of utils.timezone.utc alias.Carlton Gibson
2022-03-21Fixed #33592 -- Fixed "View on Site" links in custom admin site.Stefan Wehrmeyer
2022-03-17Prevented initialization of unused database connections.Florian Apolloner
2022-03-16Made BaseConstraint importable from django.db.models.Gagaro
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-03-15Removed unnecessary _connector from Q construction in get_for_models().Mariusz Felisiak
2022-03-14Fixed #31357 -- Fixed get_for_models() crash for stale content types when mod...Biel Frontera
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-03-08Fixed #33563 -- Fixed contenttype reverse data migration crash with a multipl...Hameed Gifford
2022-03-04Refs #33446 -- Allowed variable whitespace in CSS source map references.Adam Johnson
2022-03-01Fixed #33547 -- Fixed error when rendering invalid inlines with readonly fiel...Mariusz Felisiak
2022-02-28Fixed #33524 -- Allowed overriding empty_label for ForeignKey in ModelAdmin.r...Hrushikesh Vaidya