提交历史

作者 SHA1 备注 提交日期
  Farhaan Bukhsh cf5d4701dc Fixed #30819 -- Fixed year determination in admin calendar widget for two-digit years. 5 年之前
  Aldian Fazrihady 550357771b Refs #30819 -- Prioritized the date format with four-digit year for the Indonesian (id) locale. 5 年之前
  James Turk ff00a05347 Fixed #31088 -- Added support for websearch searching in SearchQuery. 5 年之前
  David Foster 6a04e69e68 Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs. 5 年之前
  Felipe Lee c2c27867ef Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views. 5 年之前
  Carlton Gibson 24e540fbd7 Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation error. 5 年之前
  Hannes Ljungberg fa5f3291e7 Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with opclasses and ordering. 5 年之前
  Alex Aktsipetrov 681f7e2b13 Fixed #20577 -- Deferred filtering of prefetched related querysets. 5 年之前
  Katherine Michel f7eb9fb676 Refs #30010 -- Doc'd running tests with django-docker-box. 5 年之前
  James Timmins 0719edcd5f Fixed #30771 -- Fixed exact lookup against queries with selected columns. 5 年之前
  Mads Jensen 85ac838d9e Fixed #21039 -- Added AddIndexConcurrently/RemoveIndexConcurrently operations for PostgreSQL. 5 年之前
  Akash Agrawal af08a54415 Fixed #30670 -- Doc'd SchemaEditor.add/remove_constraint(). 5 年之前
  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 年之前
  Chason Chaffin 55b68de643 Fixed #30608 -- Fixed non-unicode EmailMessage crash when domain name for localhost is non-ASCII. 5 年之前
  Nadège Michel 87b1ad6e73 Fixed #30421 -- Allowed symmetrical intermediate table for self-referential ManyToManyField. 6 年之前
  Caio Ariede 5248abe9b0 Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrations. 5 年之前
  葛汉斌 fcbc502af9 Simplified Model.save() a bit. 5 年之前
  Rob 58df8aa40f Fixed #28780 -- Allowed specyfing a token parameter displayed in password reset URLs. 5 年之前
  Rob 519016e5f2 Fixed #28147 -- Fixed loss of assigned parent when saving child after parent. 5 年之前
  Alex 1686dce06c Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 5 年之前
  Batuhan Taşkaya 5c19274643 Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function is wrapped. 5 年之前
  sanchjat 21aa2a5e78 Removed unnecessary line in DebugLexer.tokenize(). 5 年之前
  Rob Golding-Day 4043dc69cd Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.table_sql(). 5 年之前
  can bceadd2788 Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names. 6 年之前
  zeyneloz 6485a5f450 Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together and Index's fields. 6 年之前
  Jacob Green ed3c59097a Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable. 6 年之前
  Scott Fitsimones a14c0fda15 Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable. 6 年之前
  Vinny Do a4055adf70 Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is also a FK. 6 年之前
  Krisjanis Vaiders 79d3b905df Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_dict_copy(). 6 年之前
  Dolan Antenucci f944cb3d3b Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL. 6 年之前