I Use This!
Very High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed #34842 -- Fixed ModelAdmin.readonly_fields crash with GeneratedFields. More... 8 months ago
Increased the default PBKDF2 iterations for Django 5.1. More... 8 months ago
Advanced deprecation warnings for Django 5.1. More... 8 months ago
Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. More... 8 months ago
Fixed #34841 -- Avoided rendering apps on state still requiring mutation. More... 8 months ago
Refs #15619 -- Removed deprecated annotation about logging out via GET requests. More... 8 months ago
Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner. More... 8 months ago
Refs #33308 -- Removed support for passing encoded JSON string literals to JSONField & co. More... 8 months ago
Fixed #31558 -- Added support for boolean attribute on properties in ModelAdmin.list_display. More... 8 months ago
Refs #33990 -- Removed TransactionTestCase.assertQuerysetEqual() per deprecation timeline. More... 8 months ago
Refs #33990 -- Removed SimpleTestCase.assertFormsetError() per deprecation timeline. More... 8 months ago
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per deprecation timeline. More... 8 months ago
Fixed #34834 -- Added role="search" to the admin changelist search form. More... 8 months ago
Fixed #34833 -- Made admin's main content render in <main> tag. More... 8 months ago
Fixed #34838 -- Corrected output_field of resolved columns for GeneratedFields. More... 8 months ago
Fixed #34832 -- Made admin's header content render in <header> tag. More... 8 months ago
Fixed #34822 -- Added support for serializing functions decorated with functools.lru_cache in migrations. More... 8 months ago
Refs #34822 -- Added tests for serializing decorated functions in migrations. More... 8 months ago
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField. More... 8 months ago
Corrected logger in CsrfViewMiddlewareTestMixin.test_ensures_csrf_cookie_no_logging(). More... 8 months ago
Added more tests for decorators. More... 8 months ago
Refs #33691 -- Removed insecure password hashers per deprecation timeline. More... 8 months ago
Refs #33864 -- Removed length_is template filter per deprecation timeline. More... 8 months ago
Doc'd HttpResponse.cookies. More... 8 months ago
Refs #27236 -- Removed Meta.index_together per deprecation timeline. More... 8 months ago
Refs #33764 -- Removed BaseUserManager.make_random_password() per deprecation timeline. More... 8 months ago
Fixed #34821 -- Prevented DEFAULT_FILE_STORAGE/STATICFILES_STORAGE settings from mutating the main STORAGES. More... 8 months ago
Removed versionadded/changed annotations for 4.2. More... 8 months ago
Bumped versions in pre-commit and npm configurations. More... 9 months ago
Fixed #34820 -- Fixed migrations crash when changing a ForeignObject field. More... 9 months ago