index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
sqlite3
/
schema.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-4
/
+20
*
Moved SQLite DatabaseSchemaEditor.add_field()'s comment to the correct line.
Mariusz Felisiak
2023-05-09
1
-2
/
+1
*
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-05-05
1
-2
/
+3
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+1
*
Fixed #28987 -- Fixed altering ManyToManyField when changing to self-referent...
DevilsAutumn
2022-11-17
1
-18
/
+31
*
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Mariusz Felisiak
2022-11-04
1
-1
/
+4
*
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-08-08
1
-2
/
+3
*
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-05-02
1
-1
/
+5
*
Fixed #33670 -- Fixed altering primary key on SQLite.
Mariusz Felisiak
2022-04-29
1
-1
/
+6
*
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
2022-02-11
1
-0
/
+10
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-3
/
+6
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-111
/
+196
*
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Mariusz Felisiak
2022-01-04
1
-4
/
+9
*
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...
Mariusz Felisiak
2021-12-10
1
-8
/
+9
*
Refs #32502 -- Added SchemaEditor.prepare_default() on SQLite.
Mariusz Felisiak
2021-12-10
1
-3
/
+6
*
Refs #33288 -- Removed SQLite's DatabaseIntrospection._get_foreign_key_constr...
Simon Charette
2021-11-15
1
-3
/
+2
*
Fixed #32962 -- Consolidated string concatenations in BaseDatabaseSchemaEdito...
Chris Jerdonek
2021-07-27
1
-1
/
+1
*
Fixed #32780 -- Made Add/RemoveConstraint operations a noop for covering/defe...
Hannes Ljungberg
2021-05-25
1
-2
/
+8
*
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-23
1
-2
/
+6
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+3
*
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-08-13
1
-0
/
+2
*
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
1
-10
/
+12
*
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-21
1
-1
/
+10
*
Stopped rebuilding referenced tables multiple times on SQLite alterations.
Simon Charette
2020-04-20
1
-3
/
+9
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-08-01
1
-1
/
+2
*
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-12
1
-2
/
+9
*
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2019-01-01
1
-1
/
+1
*
Refs #30033 -- Checked constraints before committing SQLite schema changes.
Simon Charette
2018-12-22
1
-1
/
+1
*
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-12-22
1
-1
/
+1
*
Refs #29182 -- Stopped relying on legacy alter table semantic on SQLite 3.26+.
Simon Charette
2018-12-17
1
-5
/
+5
*
Fixed #30033 -- Conformed to the recommended table alterations procedure on S...
Simon Charette
2018-12-17
1
-46
/
+60
*
Fixed #30023 -- Prevented SQLite schema alterations while foreign key checks ...
Simon Charette
2018-12-15
1
-2
/
+9
*
Fixed #29182 -- Fixed schema table alteration on SQLite 3.26+.
Simon Charette
2018-12-07
1
-0
/
+2
*
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-11-13
1
-1
/
+1
*
Fixed #29868 -- Retained database constraints on SQLite table rebuilds.
Simon Charette
2018-10-29
1
-11
/
+3
*
Fixed #29763 -- Added support for column renaming on SQLite.
Hampus Dunström
2018-10-27
1
-0
/
+8
*
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-07-10
1
-1
/
+18
*
Fixed #28884 -- Fixed crash on SQLite when renaming a field in a model refere...
Simon Charette
2017-12-22
1
-4
/
+23
*
Fixed #28849 -- Fixed referenced table and column rename on SQLite.
Simon Charette
2017-12-01
1
-2
/
+58
*
Fixed #28854 -- Replaced type(True) with bool in sqlite's SchemaEditor.
Дилян Палаузов
2017-11-28
1
-1
/
+1
*
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-23
1
-8
/
+2
*
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-07-11
1
-12
/
+11
*
Refs #25530 -- Deleted deferred SQL references on delete operation.
Simon Charette
2017-06-21
1
-5
/
+4
*
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-21
1
-3
/
+7
*
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
1
-1
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-9
/
+6
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-3
/
+3
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-7
/
+4
*
Fixed #26808 -- Added Meta.indexes for class-based indexes.
Akshesh
2016-08-05
1
-0
/
+8
[next]