Commit History

Author SHA1 Message Date
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. 5 years ago
  miigotu 210657b791 Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 4 years ago
  c-bata 89032876f4 Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL. 4 years ago
  Deep Sukhwani 4b146e0c83 Fixed #30864 -- Doc'd classproperty decorator. 4 years ago
  zriv b9336b78cf Fixed #31404 -- Changed selector-chosen's multiple attribute to HTML5 boolean syntax. 4 years ago
  Ryan Petrello 5f8495a40a Fixed #31371 -- Increased User.first_name max_length to 150 characters. 5 years ago
  007gzs a4881f5e5d Fixed #31307 -- Fixed filter_horizontal add/remove SVG :hover positioning. 5 years ago
  Colton Hicks f283ffaa84 Fixed #28699 -- Fixed CSRF validation with remote user middleware. 5 years ago
  Xavier Francisco 8690878507 Fixed #31277 -- Relaxed system check of m2m intermediary tables for db_table collision when database routers are installed. 5 years ago
  Dennis Schwertel 4070d6ceb0 Fixed #31267 -- Added tests cases with empty username or password for URLValidator. 5 years ago
  Abhijeet Viswa 1712a76b9d Fixed #31246 -- Fixed locking models in QuerySet.select_for_update(of=()) for related fields and parent link fields with multi-table inheritance. 5 years ago
  Vibhu Agarwal 1a09708dcb Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt. 5 years ago
  David Wobrock 2f565f84ac Fixed #31097 -- Fixed crash of ArrayAgg and StringAgg with filter when used in Subquery. 5 years ago
  Sjbrgsn b2bd08bb7a Fixed #30892 -- Fixed slugify() and admin's URLify.js for "İ". 5 years ago
  Farhaan Bukhsh cf5d4701dc Fixed #30819 -- Fixed year determination in admin calendar widget for two-digit years. 5 years ago
  Aldian Fazrihady 550357771b Refs #30819 -- Prioritized the date format with four-digit year for the Indonesian (id) locale. 5 years ago
  James Turk ff00a05347 Fixed #31088 -- Added support for websearch searching in SearchQuery. 5 years ago
  David Foster 6a04e69e68 Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs. 5 years ago
  Felipe Lee c2c27867ef Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 5 years ago
  Carlton Gibson 24e540fbd7 Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation error. 5 years ago
  Hannes Ljungberg fa5f3291e7 Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with opclasses and ordering. 5 years ago
  Alex Aktsipetrov 681f7e2b13 Fixed #20577 -- Deferred filtering of prefetched related querysets. 5 years ago
  Katherine Michel f7eb9fb676 Refs #30010 -- Doc'd running tests with django-docker-box. 5 years ago
  James Timmins 0719edcd5f Fixed #30771 -- Fixed exact lookup against queries with selected columns. 5 years ago
  Mads Jensen 85ac838d9e Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL. 5 years ago
  Akash Agrawal af08a54415 Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint(). 5 years ago
  Adnan Umer 8d3519071e Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning. 5 years ago
  Chason Chaffin 55b68de643 Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. 5 years ago
  Nadège Michel 87b1ad6e73 Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField. 5 years ago
  Caio Ariede 5248abe9b0 Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations. 5 years ago