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