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
*
Replaced .utcnow() call with .now(utc)
c/replace-utcnow
Paul Ganssle
2021-01-19
2
-4
/
+2
*
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
4
-4
/
+38
*
Fixed isolation of test_check_errors_catches_all_exceptions.
Mariusz Felisiak
2021-01-18
1
-2
/
+5
*
Fixed #32358 -- Fixed queryset crash when grouping by annotation with Distanc...
Illia Volochii
2021-01-18
3
-1
/
+40
*
Fixed #18549 -- Fixed heading for inlines with a OneToOneField.
Timothy McCurrach
2021-01-18
5
-4
/
+27
*
Refs #18549 -- Added test for heading of foreign key inlines.
Timothy McCurrach
2021-01-18
1
-0
/
+5
*
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
3
-5
/
+6
*
Advanced deprecation warnings for Django 4.0.
Mariusz Felisiak
2021-01-14
3
-5
/
+13
*
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
15
-177
/
+16
*
Refs #25236 -- Removed {% ifequal %} and {% ifnotequal %} template tags per d...
Mariusz Felisiak
2021-01-14
6
-362
/
+4
*
Refs #12990 -- Removed django.contrib.postgres.forms.JSONField per deprecatio...
Mariusz Felisiak
2021-01-14
5
-54
/
+2
*
Refs #12990 -- Removed django.contrib.postgres.fields.jsonb.KeyTransform/KeyT...
Mariusz Felisiak
2021-01-14
3
-48
/
+3
*
Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...
Mariusz Felisiak
2021-01-14
21
-93
/
+45
*
Refs #31534 -- Removed django.conf.urls.url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
4
-38
/
+4
*
Refs #31359 -- Made get_random_string()'s length argument required.
Mariusz Felisiak
2021-01-14
3
-27
/
+6
*
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2021-01-14
34
-183
/
+49
*
Refs #7098 -- Removed support for passing raw column aliases to order_by().
Mariusz Felisiak
2021-01-14
3
-29
/
+12
*
Refs #8760 -- Removed "list" message for ModelMultipleChoiceField per depreca...
Mariusz Felisiak
2021-01-14
4
-36
/
+3
*
Refs #31327 -- Removed providing_args argument for Signal per deprecation tim...
Mariusz Felisiak
2021-01-14
3
-33
/
+3
*
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2021-01-14
8
-42
/
+23
*
Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.
Mariusz Felisiak
2021-01-14
5
-44
/
+6
*
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...
Mariusz Felisiak
2021-01-14
3
-30
/
+9
*
Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...
Mariusz Felisiak
2021-01-14
3
-70
/
+15
*
Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.
Mariusz Felisiak
2021-01-14
3
-57
/
+10
*
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...
Mariusz Felisiak
2021-01-14
3
-37
/
+4
*
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
2021-01-14
4
-40
/
+2
*
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2021-01-14
6
-74
/
+18
*
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Mariusz Felisiak
2021-01-14
3
-59
/
+3
*
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2021-01-14
4
-27
/
+8
*
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...
Mariusz Felisiak
2021-01-14
8
-146
/
+6
*
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
3
-24
/
+6
*
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2021-01-14
3
-40
/
+3
*
Refs #30158 -- Made alias argument required in signature of Expression.get_gr...
Mariusz Felisiak
2021-01-14
3
-38
/
+6
*
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
8
-92
/
+15
*
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2021-01-14
4
-115
/
+4
*
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
4
-56
/
+2
*
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...
Mariusz Felisiak
2021-01-14
3
-84
/
+7
*
Removed versionadded/changed annotations for 3.1.
Mariusz Felisiak
2021-01-14
45
-392
/
+0
*
Added stub release notes for 4.0.
Mariusz Felisiak
2021-01-14
3
-0
/
+262
*
Bumped version; master is now 4.0 pre-alpha.
Mariusz Felisiak
2021-01-14
2
-3
/
+3
*
Removed empty sections and adjusted 3.2 release notes.
Carlton Gibson
2021-01-14
1
-73
/
+8
*
Updated django-admin man page for Django 3.2.
Carlton Gibson
2021-01-14
1
-42
/
+116
*
Refs #31259 -- Improved some color contrasts for admin dark theme.
Matthias Kestenholz
2021-01-14
2
-1
/
+6
*
Fixed #32321 -- Added system checks for invalid model field names in function...
Hasan Ramezani
2021-01-14
2
-1
/
+101
*
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-14
5
-7
/
+77
[next]