提交历史

作者 SHA1 备注 提交日期
  Caio Ariede 555bebe774 Fixed #30987 -- Added models.PositiveBigIntegerField. 5 年之前
  Cameron Curry 622ead6aaf Fixed #28937 -- Allowed BinaryField to be editable=True. 7 年之前
  Simon Charette c466ef3b34 Tested field deconstruction with DEFAULT_DB_TABLESPACE and db_tablespace. 7 年之前
  Adam Bogdał bd0c9388c0 Added additional field_construction tests for related fields. 8 年之前
  Adam Bogdał cd2fe829dd Fixed #24195 -- Deconstructed the limit_choices_to option of related fields. 8 年之前
  Claude Paroz 7b2f2e74ad Refs #23919 -- Removed six.<various>_types usage 8 年之前
  Claude Paroz d7b9aaa366 Refs #23919 -- Removed encoding preambles and future imports 8 年之前
  Tim Graham 8119b679eb Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 8 年之前
  Markus Holtermann 8e631a3175 Refs #24590 -- Ensured isolation between autodetector tests 9 年之前
  Markus Holtermann e1427cc609 Fixed #24590 -- Cached calls to swappable_setting. 9 年之前
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 年之前
  Simon Charette be67400b47 Refs #24652 -- Used SimpleTestCase where appropriate. 10 年之前
  Anssi Kääriäinen 8f30556329 Renamed Field.rel attribute to remote_field 10 年之前
  Tim Graham b4a56ed4f5 Refs #24483 -- Added a test for deconstruction of Field.choices 10 年之前
  Claude Paroz 51890ce889 Applied ignore_warnings to Django tests 10 年之前
  Carl Meyer 8aaf51f94c Revert "Fixed #23455 -- Forced related_name to be a unicode string during deconstruction." 10 年之前
  Markus Holtermann 45bd7b3bd9 Fixed #23455 -- Forced related_name to be a unicode string during deconstruction. 10 年之前
  Andrew Godwin 4d2f9c38e8 Fixed #23288: deconstruct() ignoring related_name 10 年之前
  Baptiste Mispelon 7432533932 Added missing logic to TimeField.deconstruct(). 10 年之前
  Baptiste Mispelon 72f1eb48df Fixed #23156 -- Added missing BinaryField.deconstruct() method. 10 年之前
  Abraham Martin e1347e9253 Fixed #23101 db_table wasn't copied in deconstruct 10 年之前
  Tim Graham 7fd55c3481 Fixed #20631 -- Increased the default EmailField max_length to 254. 10 年之前
  Andrew Godwin 0b571753a8 Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues 10 年之前
  Aymeric Augustin b1432bfc22 Appeased flake8. 11 年之前
  Andrew Godwin 6944418277 Fixed #22337: FileSystemStorage marked as deconstructible and tested. 11 年之前
  Claude Paroz da9cf53cb5 Fixed #22564 -- Prevented unneeded bytestrings in migrations 11 年之前
  Alex Gaynor 2bcb8bfc8d Fix many many typos in comments throughout the codebase 11 年之前
  Baptiste Mispelon 37f7f233f5 Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0. 11 年之前
  Alex Gaynor add1584bfa 4 flake8 warning fixes 11 年之前
  Andrew Godwin 6b07804474 Fixed #22183: Through M2Ms now correctly handled 11 年之前