提交历史

作者 SHA1 备注 提交日期
  David Smith cad376f844 Fixed #34077 -- Added form field rendering. 2 年之前
  David Wobrock d6b6e5d0fd Fixed #28553 -- Fixed annotation mismatch with QuerySet.values()/values_list() on compound queries. 2 年之前
  Jon Janzen 23cbed2187 Refs #31949 -- Enabled @sensitive_variables to work with async functions. 2 年之前
  T. Franzel a2eaea8f22 Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields. 2 年之前
  sarahboyce d2b688b966 Fixed #1873 -- Handled multi-valued query parameters in admin changelist filters. 2 年之前
  nabil-rady 32d4b61c31 Fixed #34370 -- Added integer fields validation as 64-bit on SQLite. 2 年之前
  Jon Janzen e846c5e724 Fixed #31920 -- Made AuthenticationMiddleware add request.auser(). 2 年之前
  Jon Janzen e83a88566a Fixed #32172 -- Adapted signals to allow async handlers. 4 年之前
  Ivan Sagalaev a4205076a5 Fixed typo in docs/releases/5.0.txt. 2 年之前
  sarahboyce 868e2fcdda Fixed #32539 -- Added toggleable facet filters to ModelAdmin. 2 年之前
  Xavier Fernandez 5b3d3e400a Fixed #34338 -- Allowed customizing code of ValidationError in BaseConstraint and subclasses. 2 年之前
  Xavier Fernandez ad18a0102c Fixed #34355 -- Deprecated passing positional arguments to BaseConstraint. 2 年之前
  Durval Carvalho 85366fbca7 Fixed #34045 -- Improved accessibility of selecting items in admin changelist. 2 年之前
  tschilling c5808470aa Fixed #34280 -- Allowed specifying different field values for create operation in QuerySet.update_or_create(). 2 年之前
  Jacob Rief 473283d241 Fixed #34303 –- Allowed customizing admin site log entry list. 2 年之前
  Bakdolot 5f3c7b7e1d Fixed #34317 -- Renamed "instance" argument of BaseModelFormSet.save_existing() method. 2 年之前
  Mariusz Felisiak 5e9aded33f Increased the default PBKDF2 iterations for Django 5.0. 2 年之前
  Mariusz Felisiak 882f99031e Moved release note about the default PBKDF2 iterations into django.contrib.auth section. 2 年之前
  Niccolò Mineo 79c298c9ce Fixed #34266 -- Added ClosestPoint GIS database functions. 2 年之前
  Mariusz Felisiak b209518089 Refs #32339 -- Deprecated transitional form renderers. 2 年之前
  Mariusz Felisiak 3bbe22dafc Fixed #34233 -- Dropped support for Python 3.8 and 3.9. 2 年之前
  Mariusz Felisiak 4fc711a108 Increased the default PBKDF2 iterations for Django 5.0. 2 年之前
  Mariusz Felisiak 94ad46e9d8 Refs #33543 -- Made Expression.asc()/desc() and OrderBy raise ValueError when nulls_first/nulls_last=False is passed. 2 年之前
  Mariusz Felisiak 98756c685e Refs #32339 -- Changed default form and formset rendering style to div-based. 2 年之前
  Mariusz Felisiak b5ac6e78f8 Refs #33691 -- Removed django.contrib.auth.hashers.CryptPasswordHasher per deprecation timeline. 2 年之前
  Mariusz Felisiak ce7b4f39e3 Refs #27674 -- Removed django.contrib.gis.admin.OpenLayersWidget per deprecation timeline. 2 年之前
  Mariusz Felisiak 71d1203b07 Refs #33348 -- Removed support for passing response object and form/formset name to SimpleTestCase.assertFormError()/assertFormSetError(). 2 年之前
  Mariusz Felisiak d6816bff73 Refs #32365 -- Removed django.utils.timezone.utc per deprecation timeline. 2 年之前
  Mariusz Felisiak 9a01311d20 Refs #15619 -- Removed support for logging out via GET requests. 2 年之前
  Mariusz Felisiak ba082e0952 Refs #33561 -- Made created=True required in signature of RemoteUserBackend.configure_user() subclasses. 2 年之前