Commit History

Author SHA1 Message Date
  葛汉斌 fcbc502af9 Simplified Model.save() a bit. 5 years ago
  Rob 58df8aa40f Fixed #28780 -- Allowed specyfing a token parameter displayed in password reset URLs. 5 years ago
  Rob 519016e5f2 Fixed #28147 -- Fixed loss of assigned parent when saving child after parent. 5 years ago
  Alex 1686dce06c Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning. 5 years ago
  Batuhan Taşkaya 5c19274643 Fixed #30453 -- Fixed crash of simple_tag() and inclusion_tag() when function is wrapped. 5 years ago
  sanchjat 21aa2a5e78 Removed unnecessary line in DebugLexer.tokenize(). 5 years ago
  Rob Golding-Day 4043dc69cd Fixed #30444 -- Moved SQL generation for tables to BaseDatabaseSchemaEditor.table_sql(). 5 years ago
  can bceadd2788 Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names. 5 years ago
  zeyneloz 6485a5f450 Fixed #30409 -- Allowed using foreign key's attnames in unique/index_together and Index's fields. 5 years ago
  Jacob Green ed3c59097a Fixed #30361 -- Increased the default timeout of watchman client to 5 seconds and made it customizable. 5 years ago
  Scott Fitsimones a14c0fda15 Fixed #30328 -- Fixed crash of IntegerField.validators when limit_value in a custom validator is callable. 5 years ago
  Vinny Do a4055adf70 Fixed #30368 -- Fixed prefetch_related() for GenericForeignKey when PK is also a FK. 5 years ago
  Krisjanis Vaiders 79d3b905df Fixed #30358 -- Removed redundant assertion in FormsUtilsTestCase.test_error_dict_copy(). 5 years ago
  Dolan Antenucci f944cb3d3b Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField on PostgreSQL. 6 years ago
  JangHyukJin 0027ca76c7 Used QuerySet.bulk_create() in lookup.tests. 5 years ago
  Nathan Gaberel 624573726a Fixed #29791 -- Made Engine.render_to_string() honor autoescape. 6 years ago
  Albert Wang 2ee1e1a174 Fixed #30283 -- Fixed shellcheck warnings in django_bash_completion. 6 years ago
  birthdaysgift dc740dde50 Fixed #29471 -- Added 'Vary: Cookie' to invalid/empty session cookie responses. 6 years ago
  Francisco Couzo 0193bf874f Fixed #28738 -- Added the GeometryDistance function. 6 years ago
  Hang Park 142e1ead76 Fixed #30242 -- Removed extra space before LIMIT/OFFSET SQL. 6 years ago
  shiningfm 99cfb28e99 Fixed #30215 -- Fixed autoreloader crash for modules without __spec__. 6 years ago
  Kathryn Killebrew 75d627888b Fixed #30020 -- Fixed reading nulls with LayerMapping. 6 years ago
  Arthur Rio 181fb60159 Fixed #11154, #22270 -- Made proxy model permissions use correct content type. 6 years ago
  Nasir Hussain f021c110d0 Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate. 6 years ago
  Joshua Cannon db1b10ef0d Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user(). 6 years ago
  Sanyam Khurana a7d6cab771 Fixed #29282 -- Prevented some admin checks from crashing with TypeError. 6 years ago
  redodo 89a2216486 Fixed #29961 -- Made RelatedFieldWidgetWrapper hide related item links if wrapping a hidden widget. 6 years ago
  Junyoung df448bfd02 Fixed #29783 -- Added app label validation to showmigrations command. 6 years ago
  Jon Dufresne 136a900ef9 Refs #29877 -- Made diveinto.org URLs HTTPS. 6 years ago
  za b0d716cbff Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/. 6 years ago