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
/
django
/
db
/
backends
/
sqlite3
/
schema.py
Age
Commit message (
Expand
)
Author
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
2014-12-01
Fixed #23880 -- Added missing index_together handling for SQLite
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-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-10
Made sqlite's remove_field behave like the base backend.
Florian Apolloner
2014-07-23
Fixed #23030 -- Properly handled geometry columns metadata during migrations
Claude Paroz
2014-07-21
Fixed #23014: Renaming not atomic with unique together
Andrew Godwin
2014-06-16
Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-17
Fixed #22626 -- Allow BinaryField defaults with SQlite.
Raphaël Barrois
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-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
2014-03-31
Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.
Loic Bistuer
2014-03-24
Fixed #22293 -- Avoided renaming many-to-many tables to themselves.
Daniel Hahler
2014-03-18
Fix any sqlite field migration deleting all implicit m2m tables
Chris Beaven
2014-03-01
Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...
Baptiste Mispelon
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21917: Overly cautious SQLite3 backend for null fields + defaults
Andrew Godwin
2014-01-25
Fixed #21783: More SQLite default fun with nulls.
Andrew Godwin
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2013-12-28
Added generation of SQLite FK DDL in initial migrations.
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-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2012-09-24
Fix nullability changing code
Andrew Godwin
[next]