提交历史

作者 SHA1 备注 提交日期
  Tim Graham de0e54ea00 Bumped minimum Sphinx version to 1.6.0. 7 年之前
  Tim Graham a4f0e9aec7 Fixed #28718 -- Allowed user to request a password reset if their password doesn't use an enabled hasher. 7 年之前
  Melissa Lewis d97cce3409 isorted import statements in tutorial example 7 年之前
  Tim Graham 623139b5d1 Refs #29147 --- Added JSONField serialization tests. 7 年之前
  Alasdair Nicol 0c100f8b57 Clarified docs about ISO 8601 week numbering. 7 年之前
  Michael Sinov 9aca67bea8 Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsupported type. 8 年之前
  Tim Graham a170dac887 Fixed too many parentheses in inspectdb Meta.unique_together output. 7 年之前
  Mads Jensen bb79e480e1 Increased test coverage for i18n template tags. 7 年之前
  Tim Graham c76d87427d Refs #23919 -- Removed obsolete comments about u'' prefixes. 7 年之前
  Tim Graham ba76c3c45b Refs #27656 -- Removed "This will" prefix from djanog/templatetags/i18n.py docstrings. 7 年之前
  Jezeniel Zapanta abe6c5defe Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add(). 7 年之前
  Denis 1834490a0c Refs #11278 -- Clarified RelatedManager differences between reverse one-to-many and many-to-many relations. 7 年之前
  Sergey Fedoseev 27ca5ce19f Used datetime.timezone.utc instead of pytz.utc for better performance. 7 年之前
  Nick Pope 281c0223b3 Refs #29227 -- Simplified NullBooleanField by making it subclass BooleanField. 7 年之前
  Tim Graham 6421bd702f Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than NullBooleanField. 7 年之前
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. 8 年之前
  Peter Inglesby 73f7d1755f Extracted deserialize fk/m2m functions from Deserializer. 7 年之前
  Astral a0c03c62a8 Fixed #29229 -- Fixed column mismatch crash when combining two annotated values_list() querysets with union(), difference(), or intersection(). 7 年之前
  Mariusz Felisiak cede5111bb Refs #28643 -- Added LPad and RPad database functions. 7 年之前
  Tim Graham 8d67c7cffd Added stub release notes for 1.11.12. 7 年之前
  Hasan Ramezani 274e3e27f3 Fixed #29184 -- Made TabularInline respect model form's Meta.labels and help_texts. 7 年之前
  Claude Paroz 3c4ff21763 Fixed #29103 -- Removed bad 'b'-prefix added by MySQL's SchemaEditor.quote_value(). 7 年之前
  Claude Paroz aa0ee372cd Added tests for MySQL's SchemaEditor.quote_value(). 7 年之前
  Mads Jensen 77609f922e Removed unused args in Index.clone(). 7 年之前
  Tim Graham f8b98f0edc Removed DatabaseFeatures.can_introspect_null. 7 年之前
  Mariusz Felisiak 362813d628 Fixed hanging indentation in various code. 7 年之前
  Mattia Procopio aeb8c38178 Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a non-UUID where one is expected. 7 年之前
  Josh Schneier b60e5fdbb7 Fixed #28959 -- Fixed 'No, take me back' button on admin's inline popup. 7 年之前
  Mariusz Felisiak 9421aee35e Refs #28643 -- Added LTrim, RTrim, and Trim database functions. 7 年之前
  David Sanders 47bb3b68ff Fixed #29219 -- Made admin filters use processed params rather than request.GET. 7 年之前