Commit History

Author SHA1 Message Date
  Aymeric Augustin 3f2821af6b Fixed #31180 -- Configured applications automatically. 4 years ago
  Tim Park 8fa9a6d29e Fixed #31623 -- Allowed specifying number of adjacent time units in timesince()/timeuntil(). 4 years ago
  Simon Charette 1e38f1191d Fixed #30446 -- Resolved Value.output_field for stdlib types. 5 years ago
  Adam Johnson e906ff6fca Fixed #30457 -- Added TestCase.captureOnCommitCallbacks(). 4 years ago
  Simon Charette ca6c5e5fc2 Fixed #31770 -- Allowed select_for_update(of) on MySQL 8.0.1+. 4 years ago
  ovkulkarni b7a438c7e2 Fixed #31509 -- Made DiscoverRunner enable faulthandler by default. 4 years ago
  matt ferrante 7d6916e827 Fixed #29789 -- Added support for nested relations to FilteredRelation. 5 years ago
  davidchorpash 779e615e36 Fixed #31573 -- Made QuerySet.update() respect ordering on MariaDB/MySQL. 4 years ago
  rico-ci cb0da637a6 Fixed #31713 -- Added SpatialReference support to GDALRaster.transform(). 4 years ago
  Hasan Ramezani 8984cab8a8 Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView. 4 years ago
  Jon Dufresne e13cfc6dfd Fixed #31596 -- Changed ForeignKey.validate() to use the base manager. 4 years ago
  Nick Pope 074844e947 Fixed #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations. 4 years ago
  David Smith 162765d6c3 Fixed #9061 -- Allowed FormSets to disable deleting extra forms. 4 years ago
  Claude Paroz 258c88a913 Refs #5691 -- Made cache keys independent of USE_L10N. 4 years ago
  David Smith 27c09043da Refs #31670 -- Renamed whitelist argument and attribute of EmailValidator. 4 years ago
  Alix 26a413507a Fixed #6933 -- Added support for searching against quoted phrases in ModelAdmin.search_fields. 4 years ago
  Florian Apolloner 1621f06051 Fixed #30472 -- Made Argon2PasswordHasher use Argon2id. 4 years ago
  Florian Apolloner faad809e09 Refs #30472 -- Simplified Argon2PasswordHasher with argon2-cffi 19.1+ API. 4 years ago
  Ali Vakilzade e29637681b Fixed #30190 -- Added JSONL serializer. 4 years ago
  Hannes Ljungberg 0d6d4e78b1 Fixed #31709 -- Added support for opclasses in ExclusionConstraint. 4 years ago
  Hannes Ljungberg 7edc6e53a7 Fixed #31702 -- Added support for PostgreSQL opclasses in UniqueConstraint. 4 years ago
  John Parton a8473b4d34 Fixed #31691 -- Added ordering support to JSONBAgg. 4 years ago
  Hannes Ljungberg e0cdd0fcf5 Fixed #31649 -- Added support for covering exclusion constraints on PostgreSQL 12+. 4 years ago
  David Smith 433dd737f9 Fixed #20347 -- Allowed customizing the maximum number of instantiated forms in formsets. 4 years ago
  Hannes Ljungberg 8c7992f658 Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+. 5 years ago
  Tim Graham e24b63fe85 Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield. 4 years ago
  Hasan Ramezani e198beadad Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introspected_field_types. 4 years ago
  Claude Paroz bd4e409695 Made intword/intcomma template filters independent of USE_L10N. 4 years ago
  David Smith 0382ecfe02 Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 4 years ago
  Adam Johnson fa58450a9a Fixed #31468 -- Allowed specifying migration filename in Operation. 5 years ago