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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32394 -- Changed project template settings to use relative STATIC_URL.
Markus Holtermann
2021-02-06
1
-1
/
+1
*
Fixed #32411 -- Fixed __icontains lookup for JSONField on MySQL.
Hasan Ramezani
2021-02-05
1
-20
/
+25
*
Fixed #32420 -- Fixed detecting primary key values in deserialization when PK...
Mikolaj Rybinski
2021-02-05
1
-1
/
+1
*
Fixed #32350 -- Fixed showmigrations crash for applied squashed migrations.
Daniel Ebrahimian
2021-02-04
1
-1
/
+1
*
Fixed #32395 -- Allowed capturing stdout of migration signals.
Simon Charette
2021-02-04
2
-4
/
+8
*
Refs #32074 -- Fixed TextChoices/IntegerChoices crash on Python 3.10.
Mariusz Felisiak
2021-02-04
1
-2
/
+2
*
Fixed #31527 -- Allowed admindocs index to handle non-string URLconfs.
Jim Xie
2021-02-04
1
-3
/
+5
*
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...
Hasan Ramezani
2021-02-04
1
-1
/
+1
*
Refs #32390 -- Bumped required cx_Oracle to 7.0.
Mariusz Felisiak
2021-02-03
1
-4
/
+2
*
Fixed #32390 -- Dropped support for Oracle 12.2 and 18c.
Mariusz Felisiak
2021-02-03
1
-6
/
+1
*
Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' da...
Mariusz Felisiak
2021-02-02
1
-0
/
+3
*
Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extrac...
Mariusz Felisiak
2021-02-01
1
-3
/
+14
*
Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
Sandro Covo
2021-01-29
2
-5
/
+3
*
Fixed #32392 -- Fixed ExclusionConstraint crash with Cast() in expressions.
Tilman Koschnick
2021-01-29
1
-6
/
+0
*
Fixed #32391 -- Used CSS flex properties for changelist filter.
Denis Skulimovskiy
2021-01-28
2
-2
/
+2
*
Fixed #32389 -- Fixed ResponseHeaders crash when data is not mapping.
Illia Volochii
2021-01-28
1
-5
/
+4
*
Improved performance of django.forms.ChoiceWidget.optgroups().
David Smith
2021-01-27
1
-2
/
+2
*
Fixed #32385 -- Removed unused and duplicated loading of tags in admin templa...
tim-mccurrach
2021-01-27
4
-4
/
+3
*
Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path...
Hasan Ramezani
2021-01-27
1
-4
/
+12
*
Fixed #32347 -- Made ModelChoiceField include the value in ValidationError fo...
Jerin Peter George
2021-01-26
1
-1
/
+5
*
Fixed #32369 -- Fixed adding check constraints with pattern lookups and expre...
Simon Charette
2021-01-26
1
-1
/
+5
*
Fixed #32360 -- Added system check for FILE_UPLOAD_TEMP_DIR setting.
Timothy McCurrach
2021-01-22
3
-0
/
+21
*
Fixed #32367 -- Fixed system check for specifying type of auto-created primar...
Mariusz Felisiak
2021-01-21
1
-0
/
+5
*
Fixed #32374 -- Stopped recording migration application before deferred SQL.
Simon Charette
2021-01-21
1
-2
/
+3
*
Fixed #32292 -- Added support for connection by service name to PostgreSQL.
Hasan Ramezani
2021-01-20
2
-6
/
+22
*
Refs #31259 -- Made various dark theme adjustments.
Tom Carrick
2021-01-20
4
-4
/
+8
*
Fixed #32324 -- Added template block to override the admin site header.
muskanvaswan
2021-01-19
1
-0
/
+2
*
Fixed #32357 -- Dropped support for PostgreSQL 9.6 and PostGIS 2.3.
Mariusz Felisiak
2021-01-19
5
-29
/
+7
*
Refs #32365 -- Allowed use of non-pytz timezone implementations.
Paul Ganssle
2021-01-19
3
-28
/
+43
*
Removed unreachable SystemExit check.
Adam Johnson
2021-01-19
1
-4
/
+0
*
Removed unnecessary empty dict creation in ChoiceWidget.create_option().
David Smith
2021-01-19
1
-2
/
+0
*
Fixed #32296 -- Added --skip-checks option to runserver command.
Hasan Ramezani
2021-01-18
1
-2
/
+7
*
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...
Illia Volochii
2021-01-18
1
-0
/
+3
*
Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
Timothy McCurrach
2021-01-18
2
-2
/
+10
*
Improved performance of DecimalField.
David Smith
2021-01-16
1
-2
/
+1
*
Fixed #32265, Refs #32355 -- Removed unnecessary ServerHandler.handle_error().
Mariusz Felisiak
2021-01-16
1
-5
/
+0
*
Updated source translation catalogs.
Claude Paroz
2021-01-15
6
-474
/
+456
*
Increased the default PBKDF2 iterations for Django 4.0.
Mariusz Felisiak
2021-01-14
1
-1
/
+1
*
Advanced deprecation warnings for Django 4.0.
Mariusz Felisiak
2021-01-14
1
-3
/
+3
*
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
6
-43
/
+3
*
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2021-01-14
1
-77
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...
Mariusz Felisiak
2021-01-14
2
-17
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...
Mariusz Felisiak
2021-01-14
1
-28
/
+0
*
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-14
1
-5
/
+4
*
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-15
/
+2
*
Refs #31359 -- Made get_random_string()'s length argument required.
Mariusz Felisiak
2021-01-14
1
-12
/
+1
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
9
-13
/
+7
*
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Mariusz Felisiak
2021-01-14
1
-11
/
+0
*
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...
Mariusz Felisiak
2021-01-14
1
-9
/
+0
*
Refs #31327 -- Removed providing_args argument for Signal per deprecation tim...
Mariusz Felisiak
2021-01-14
1
-11
/
+1
[next]