index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
schema
Age
Commit message (
Expand
)
Author
2015-03-07
[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-02-19
[1.8.x] Fixed #24307: Avoided redundant column nullability modifications on O...
Shai Berger
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed small regression caused by e3702dc3f2af9e8cc6c1155b248f458899be...
Markus Holtermann
2015-02-05
[1.8.x] Cleaned up schema tests
Markus Holtermann
2015-01-22
[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...
Andriy Sokolovskiy
2015-01-20
[1.8.x] Refs #24163 -- Fixed failing Oracle test when migrating from ForeignK...
Markus Holtermann
2015-01-19
[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-30
Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.
Tim Graham
2014-12-15
Fixed refs #23987 test on Oracle.
Tim Graham
2014-12-15
Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().
Andriy Sokolovskiy
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-04
Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.
Tim Graham
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-10-23
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Tim Graham
2014-10-09
Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL column in...
Markus Holtermann
2014-09-27
Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...
Shai Berger
2014-09-26
Fixed #22738 -- Abstracted boolean field type introspection
Claude Paroz
2014-09-23
Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Sergey Fedoseev
2014-08-25
Removed unnecessary absolute_imports.
Tim Graham
2014-08-22
Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.
Shai Berger
2014-08-09
Fixed #23264: Schema backends honour db_constraint
Andrew Godwin
2014-08-04
Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-07-21
Fixed #23009: Shorten FK identifiers in add_field and make consistent
Andrew Godwin
2014-06-18
Fixed several flake8 errors
Alex Gaynor
2014-06-17
Fix test breakage on MySQL
Andrew Godwin
2014-06-16
Fixed #22851: BinaryView wasn't getting a binary default
Andrew Godwin
2014-06-16
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...
Tim Graham
2014-05-08
Appeased flake8.
Aymeric Augustin
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
2014-05-07
Fixed #22581: Pass default values for schema through get_db_prep_save()
Andrew Godwin
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-03-24
Fixed #22293 -- Avoided renaming many-to-many tables to themselves.
Daniel Hahler
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-25
Fixed a failing schema assertion.
Simon Charette
2014-01-25
Fixed #21783: More SQLite default fun with nulls.
Andrew Godwin
2014-01-20
Fixed two test failures under Oracle
Shai Berger
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2013-12-27
Amend test table name so it doesn't clash.
Ramiro Morales
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-11-25
flake8 fix
Alex Gaynor
[next]