Commit History

Author SHA1 Message Date
  Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 years ago
  Tim Graham ab4f709da4 Fixed #23581 -- Prevented extraneous DROP DEFAULT statements. 10 years ago
  Tim Graham ac5f2a4ef7 Fixed refs #23987 test on Oracle. 10 years ago
  Andriy Sokolovskiy 089047331d Fixed #23987 -- Made SQLite SchemaEditor always use effective_default(). 10 years ago
  Jon Dufresne 4468c08d70 Fixed #23968 -- Replaced list comprehension with generators and dict comprehension 10 years ago
  Tim Graham 765fa36d57 Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField. 10 years ago
  Veres Lajos a71a2ea756 Fixed typos using https://github.com/vlajos/misspell_fixer 10 years ago
  Markus Holtermann 715ccfde24 Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default value 10 years ago
  Tim Graham 92269b7b53 Fixed #23702 -- Fixed adding an explicit id field on SQLite. 10 years ago
  Markus Holtermann f633ba778d Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column into a NOT NULL one due to existing rows 10 years ago
  Shai Berger c1ae0621ba Fixed #22738 -- made finer distinctions for when Boolean is not detected on Oracle 10 years ago
  Claude Paroz dbdae3a755 Fixed #22738 -- Abstracted boolean field type introspection 10 years ago
  Sergey Fedoseev 83cd18633f Fixed #23065 -- Quoted constraint names in SQL generated by migrations. 10 years ago
  Tim Graham e0cf030194 Removed unnecessary absolute_imports. 10 years ago
  Shai Berger 56252e7f46 Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI. 10 years ago
  Andrew Godwin 27b6f28435 Fixed #23264: Schema backends honour db_constraint 10 years ago
  Andrew Godwin c06e124b5e Fixed #23091: CreateModel and AddField were clashing with deferred SQL 10 years ago
  Andrew Godwin 7dacc6ae46 Fixed #23009: Shorten FK identifiers in add_field and make consistent 10 years ago
  Alex Gaynor d015c9d11c Fixed several flake8 errors 10 years ago
  Andrew Godwin 61d7ae31cf Fix test breakage on MySQL 10 years ago
  Andrew Godwin b22917bd50 Fixed #22851: BinaryView wasn't getting a binary default 10 years ago
  Tim Graham 82c935d44c Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints. 10 years ago
  Aymeric Augustin b1432bfc22 Appeased flake8. 11 years ago
  Andrew Godwin b25aee3b7b Fixed #22476: Couldn't alter attributes on M2Ms with through= set 11 years ago
  Andrew Godwin e9a456d11b Fixed #22581: Pass default values for schema through get_db_prep_save() 11 years ago
  Alex Gaynor 2bcb8bfc8d Fix many many typos in comments throughout the codebase 11 years ago
  Daniel Hahler 1edfa155e3 Fixed #22293 -- Avoided renaming many-to-many tables to themselves. 11 years ago
  Andrew Godwin 6b07804474 Fixed #22183: Through M2Ms now correctly handled 11 years ago
  Michael Manfre 3ffeb93186 Ensure cursors are closed when no longer needed. 11 years ago
  Simon Charette 3acdb3068a Fixed a failing schema assertion. 11 years ago