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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
2
-7
/
+93
*
Refs #27236 -- Made more cosmetic edits to Meta.index_together deprecation.
Mariusz Felisiak
2023-05-05
1
-0
/
+1
*
Fixed #33759 -- Avoided unnecessary subquery in QuerySet.delete() with self-r...
4the4ryushin
2023-05-01
1
-0
/
+3
*
Fixed #16055 -- Fixed crash when filtering against char/text GenericRelation ...
David Wobrock
2023-04-18
1
-0
/
+7
*
Refs #34320 -- Stopped recreating check constraints when renaming fields.
Mariusz Felisiak
2023-03-02
1
-2
/
+15
*
Refs #30060, Refs #34217 -- Made SchemaEditor not generate SQL for CheckConst...
Mariusz Felisiak
2023-02-23
1
-0
/
+2
*
Fixed #34320 -- Make sure constraints names are obtained from truncated colum...
nabil-rady
2023-02-15
1
-2
/
+6
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
2
-0
/
+2
*
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2023-01-18
1
-7
/
+2
*
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2023-01-17
1
-10
/
+1
*
Fixed #34176 -- Fixed grouping by ambiguous aliases.
Simon Charette
2023-01-09
1
-1
/
+1
*
Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.
Adrian Torres
2022-12-28
1
-0
/
+3
*
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-28
2
-4
/
+92
*
Fixed #34217 -- Fixed migration crash when removing check constraints on MySQ...
DevilsAutumn
2022-12-27
1
-0
/
+2
*
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-22
1
-44
/
+28
*
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-15
2
-0
/
+8
*
Fixed #31090 -- Logged transaction management queries.
Ilya Bass
2022-11-21
1
-4
/
+8
*
Refs #33308 -- Used get_db_prep_value() to adapt JSONFields.
Simon Charette
2022-11-15
1
-0
/
+4
*
Refs #17144 -- Removed support for grouping by primary key.
Simon Charette
2022-11-07
1
-1
/
+0
*
Used more augmented assignment statements.
Nick Pope
2022-10-31
1
-1
/
+1
*
Refs #33308 -- Enabled explicit GROUP BY and ORDER BY aliases.
Simon Charette
2022-10-06
1
-0
/
+1
*
Fixed #33768 -- Fixed ordering compound queries by nulls_first/nulls_last on ...
Simon Charette
2022-10-05
1
-0
/
+1
*
Fixed #23353 -- Used "raise from" when raising TransactionManagementError.
David Wobrock
2022-10-03
1
-1
/
+2
*
Fixed #33996 -- Fixed CheckConstraint validation on NULL values.
David Sanders
2022-09-13
1
-0
/
+3
*
Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...
James Beith
2022-09-07
1
-1
/
+3
*
Refs #33616 -- Updated BaseDatabaseWrapper.run_on_commit comment.
DevilsAutumn
2022-09-06
1
-2
/
+3
*
Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...
SirAbhi13
2022-09-06
1
-6
/
+32
*
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-12
1
-0
/
+2
*
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-08-02
1
-2
/
+5
*
Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Simon Charette
2022-07-06
1
-12
/
+9
*
Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQ...
Mariusz Felisiak
2022-07-04
1
-0
/
+3
*
Fixed #33773 -- Made Index with multiple fields respect DEFAULT_INDEX_TABLESP...
Bruce Cutler
2022-06-13
1
-0
/
+3
*
Fixed #32234 -- Made inspectdb inform about composite primary keys.
Anv3sh
2022-06-01
2
-1
/
+10
*
Fixed #23740 -- Fixed removing unique_together constraint if exists primary k...
David Wobrock
2022-05-26
1
-1
/
+15
*
Refs #23740 -- Added BaseDatabaseSchemaEditor._unique_constraint_name().
David Wobrock
2022-05-26
1
-4
/
+12
*
Refs #27064 -- Added RenameIndex migration operation.
David Wobrock
2022-05-12
2
-0
/
+22
*
Fixed #29854 -- Made _all_related_fields() return deterministically ordered f...
Collin Anderson
2022-05-03
1
-5
/
+10
*
Fixed #33413 -- Made migrations propage collations to related fields.
David Wobrock
2022-05-02
1
-6
/
+19
*
Refs #33413 -- Added collation to CharField/TextField's db_parameters.
David Wobrock
2022-04-29
1
-8
/
+14
*
Expanded QuerySet.explain() error message if a backend supports no formats.
Tim Graham
2022-04-14
1
-0
/
+4
*
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
1
-1
/
+4
*
Removed DatabaseFeatures.validates_explain_options.
Mariusz Felisiak
2022-04-11
1
-4
/
+0
*
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-04-06
1
-15
/
+2
*
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-24
1
-2
/
+2
*
Fixed #29865 -- Added logical XOR support for Q() and querysets.
Ryan Heard
2022-03-04
1
-0
/
+3
*
Refs #31169 -- Prevented infinite loop in tests on failures.
Mariusz Felisiak
2022-03-04
1
-1
/
+0
*
Refs #31169 -- Added DatabaseCreation.setup_worker_connection() hook.
Valz
2022-02-23
1
-0
/
+10
*
Fixed #33379 -- Added minimum database version checks.
Hasan Ramezani
2022-02-18
2
-5
/
+31
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
4
-21
/
+44
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
8
-529
/
+927
[next]