index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
schema.py
Age
Commit message (
Expand
)
Author
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-20
Stopped rebuilding referenced tables multiple times on SQLite alterations.
Simon Charette
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-22
Refs #30033 -- Checked constraints before committing SQLite schema changes.
Simon Charette
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-17
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
Fixed #30033 -- Conformed to the recommended table alterations procedure on S...
Simon Charette
2018-12-15
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-07
Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
Simon Charette
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-10-29
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-27
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2017-12-22
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-12-01
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-11-28
Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.
Дилян Палаузов
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-06-21
Refs #25530 -- Deleted deferred SQL references on delete operation.
Simon Charette
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-08-05
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-07-18
Removed unnecessary looping in sqlite3 SchemaEditor.
akki
2016-07-06
Fixed #26841 -- Avoid remake tables for altering togethers in sqlite3 (#6888)
akki
2016-05-17
Fixed #26613 -- Made sqlite3 optional in SchemaEditor.quote_value().
Philip Liberato
2016-03-29
Fixed #26384 -- Fixed renaming the PK on a model with a self-referential FK o...
Alex Hill
2015-07-15
Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...
Tim Graham
2015-06-06
Imported sqlite3 instead of _sqlite3
Sagar Mittal
2015-05-04
Allowed using the sqlite3 backend as much as possible without _sqlite3.
Milan Broum
2015-04-03
Cleaned up use of context manager in SQLite schema editor
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-21
Explicitly disable FK constraints in SQLite editor
Alex Hill
2015-03-21
Safer table alterations under SQLite
Alex Hill
2015-02-11
Fixed isort import that's inconsistent between platforms.
Loic Bistuer
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-22
Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...
Andriy Sokolovskiy
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
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
[next]