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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #32721 -- Fixed migrations crash when adding namespaced spatial indexes...
snowman2
2021-05-14
3
-5
/
+30
*
Refs #32721 -- Made PostGISSchemaEditor._create_index_sql() call super()._cre...
snowman2
2021-05-13
1
-17
/
+16
*
Refs #16455 -- Added test for using opclasses on indexes for multidimensional...
Mariusz Felisiak
2021-05-13
1
-0
/
+29
*
Added stub release notes for Django 3.2.4.
Mariusz Felisiak
2021-05-13
2
-0
/
+13
*
Fixed #32718 -- Relaxed file name validation in FileField.
Mariusz Felisiak
2021-05-13
8
-17
/
+140
*
Fixed #32717 -- Fixed filtering of querysets combined with the | operator.
Simon Charette
2021-05-13
4
-1
/
+13
*
Fixed #32031 -- Added model class for each model to AdminSite.each_context().
Raffaele Salmaso
2021-05-13
4
-1
/
+13
*
Fixed #26721 -- Doc'd setting UTF-8 on Windows.
David Smith
2021-05-12
1
-0
/
+8
*
Fixed #32738 -- Deprecated django.utils.datetime_safe module.
Nick Pope
2021-05-12
4
-2
/
+17
*
Refs #32738 -- Added sanitize_strftime_format() to replace datetime_safe.
Nick Pope
2021-05-12
4
-7
/
+89
*
Refs #32738, Refs #29600, Refs #29595 -- Removed unused django.utils.datetime...
Nick Pope
2021-05-12
2
-22
/
+6
*
Fixed #32732 -- Removed usage of deprecated 'db' and 'passwd' connection opti...
Nick Pope
2021-05-12
4
-27
/
+38
*
Fixed #32366 -- Updated datetime module usage to recommended approach.
Nick Pope
2021-05-12
17
-77
/
+75
*
Refs #32366 -- Avoided use of datetime.utcnow() in the documentation.
Nick Pope
2021-05-12
1
-2
/
+1
*
Added extra assertion to migrations.test_writer.WriterTests.test_serialize_da...
Nick Pope
2021-05-12
1
-7
/
+9
*
Fixed a typo in docs/ref/models/fields.txt.
Nick Pope
2021-05-12
1
-1
/
+1
*
Refs #32718 -- Corrected CVE-2021-31542 release notes.
Mariusz Felisiak
2021-05-12
3
-6
/
+3
*
Refs #24121 -- Added__repr__() to StaticNode.
saeedblanchette
2021-05-12
2
-0
/
+20
*
Fixed #32735 -- Made DateFormat.Y() return a zero-padded year.
Nick Pope
2021-05-12
3
-4
/
+8
*
Fixed #32722 -- Fixed comparing to TruncTime() on Oracle.
Mariusz Felisiak
2021-05-11
3
-13
/
+24
*
Fixed #32670 -- Allowed GDALRasters to use any GDAL virtual filesystem.
Jordi Castells
2021-05-07
6
-11
/
+91
*
Fixed #32712 -- Deprecated django.utils.baseconv module.
Hasan Ramezani
2021-05-07
6
-6
/
+57
*
Fixed #32699 -- Fixed comparing to TruncTime() with 0 microseconds on MySQL.
Alex Hill
2021-05-07
3
-1
/
+21
*
Fixed typo in docs/internals/contributing/writing-documentation.txt.
Nick Pope
2021-05-06
1
-1
/
+1
*
Removed unused TestHashedFiles._max_post_process_passes.
Mariusz Felisiak
2021-05-06
1
-5
/
+0
*
Added stub release notes for Django 3.2.3.
Mariusz Felisiak
2021-05-06
2
-0
/
+13
*
Added CVE-2021-32052 to security archive.
Mariusz Felisiak
2021-05-06
1
-0
/
+14
*
Fixed #32713, Fixed CVE-2021-32052 -- Prevented newlines and tabs from being ...
Mariusz Felisiak
2021-05-06
6
-3
/
+73
*
Refs CVE-2021-31542 -- Skipped mock AWS storage test on Windows.
Carlton Gibson
2021-05-06
1
-0
/
+3
*
Fixed #32705 -- Prevented database cache backend from checking .rowcount on c...
ecogels
2021-05-05
2
-1
/
+23
*
Fixed #32690 -- Fixed __in lookup crash when combining with filtered aggregates.
Simon Charette
2021-05-05
2
-0
/
+17
*
Fixed #32479 -- Added fallbacks to subsequent language codes in translations.
Maxim Beder
2021-05-05
2
-3
/
+26
*
Fixed #32714 -- Prevented recreation of migration for Meta.ordering with Orde...
Simon Charette
2021-05-05
3
-3
/
+26
*
Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
Karthikeyan Singaravelan
2021-05-04
2
-2
/
+2
*
Refs #32074 -- Used asyncio.get_running_loop() instead of get_event_loop().
Mariusz Felisiak
2021-05-04
1
-3
/
+2
*
Added commits for CVE-2021-31542 to security archive.
Carlton Gibson
2021-05-04
1
-0
/
+7
*
Added CVE-2021-31542 to security archive.
Carlton Gibson
2021-05-04
1
-0
/
+6
*
Added stub release notes for Django 3.2.2.
Carlton Gibson
2021-05-04
2
-0
/
+13
*
Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
Florian Apolloner
2021-05-04
14
-13
/
+190
*
Fixed #32693 -- Quoted and lowercased generated column aliases.
Hasan Ramezani
2021-05-04
2
-2
/
+16
*
Fixed #32709 -- Corrected examples in django/utils/baseconv.py docstring.
pythonwood
2021-05-04
1
-2
/
+2
*
Added spelling option to make.bat.
Susan Wright
2021-04-30
1
-0
/
+10
*
Fixed #32653 -- Made quoting names in the Oracle backend consistent with db_t...
Mariusz Felisiak
2021-04-30
2
-2
/
+11
*
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-04-30
8
-82
/
+23
*
Fixed #32698 -- Moved HttpRequest.get_raw_uri() to ExceptionReporter._get_raw...
Hasan Ramezani
2021-04-30
7
-26
/
+33
*
Refs #32178 -- Doc'd DatabaseFeatures.django_test_skips/django_test_expected_...
Hasan Ramezani
2021-04-29
1
-1
/
+4
*
Fixed capitalization of "ECMAScript" and "JavaScript".
Nick Pope
2021-04-29
10
-17
/
+17
*
Refs #32674 -- Noted that auto-created through table PKs cannot be automatica...
Carlton Gibson
2021-04-29
2
-0
/
+30
*
Refs #32682 -- Renamed lookup_needs_distinct() to lookup_spawns_duplicates().
Mariusz Felisiak
2021-04-29
4
-11
/
+18
*
Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.
Carlton Gibson
2021-04-29
1
-4
/
+5
[next]