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
...
*
Refs #26601 -- Made get_response argument required and don't accept None in m...
Mariusz Felisiak
2021-01-14
5
-28
/
+9
*
Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.
Mariusz Felisiak
2021-01-14
2
-12
/
+2
*
Refs #27468 -- Removed support for the pre-Django 3.1 signatures in Signer an...
Mariusz Felisiak
2021-01-14
1
-13
/
+1
*
Refs #31274 -- Removed support for the pre-Django 3.1 encoding format of sess...
Mariusz Felisiak
2021-01-14
1
-50
/
+7
*
Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.
Mariusz Felisiak
2021-01-14
1
-24
/
+6
*
Refs #27604 -- Removed support for the pre-Django 3.1 encoding format in Cook...
Mariusz Felisiak
2021-01-14
1
-26
/
+1
*
Refs #30997 -- Removed HttpRequest.is_ajax() per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-11
/
+0
*
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-21
/
+0
*
Refs #30988 -- Removed InvalidQuery exception per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-29
/
+1
*
Refs #30841 -- Made isnull lookup raise ValueError for non-boolean values.
Mariusz Felisiak
2021-01-14
1
-11
/
+3
*
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...
Mariusz Felisiak
2021-01-14
2
-36
/
+0
*
Refs #30747 -- Removed django.utils.http.is_safe_url() per deprecation timeline.
Mariusz Felisiak
2021-01-14
1
-11
/
+0
*
Refs #27753 -- Removed django.utils.text.unescape_entities() per deprecation ...
Mariusz Felisiak
2021-01-14
1
-12
/
+0
*
Refs #30158 -- Made alias argument required in signature of Expression.get_gr...
Mariusz Felisiak
2021-01-14
1
-14
/
+3
*
Refs #15902 -- Stopped set_language() storing user's language in the session.
Mariusz Felisiak
2021-01-14
3
-20
/
+1
*
Refs #30165 -- Removed ugettext(), ugettext_lazy(), ugettext_noop(), ungettex...
Mariusz Felisiak
2021-01-14
2
-72
/
+0
*
Refs #27753 -- Removed django.utils.encoding.force_text() and smart_text() pe...
Mariusz Felisiak
2021-01-14
1
-18
/
+0
*
Refs #27753 -- Removed django.utils.http urllib aliases per deprecation timel...
Mariusz Felisiak
2021-01-14
1
-60
/
+2
*
Bumped version; master is now 4.0 pre-alpha.
Mariusz Felisiak
2021-01-14
1
-1
/
+1
*
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
1
-0
/
+7
*
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-14
1
-6
/
+29
*
Refs #26167 -- Changed default value of DatabaseFeatures.supports_expression_...
Hannes Ljungberg
2021-01-14
4
-4
/
+1
*
Fixed #31259 -- Added admin dark theme.
mimi89999
2021-01-14
1
-0
/
+26
*
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2021-01-13
2
-8
/
+6
*
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2021-01-13
4
-10
/
+85
*
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2021-01-13
15
-41
/
+300
*
Removed redundant database vendor helpers in gis_tests/utils.py.
Tim Graham
2021-01-13
2
-2
/
+9
*
Added SpatialFeatures.empty_intersection_returns_none.
Tim Graham
2021-01-13
3
-2
/
+10
*
Refs #26709 -- Made Index raise ValueError on non-string fields.
Hannes Ljungberg
2021-01-12
1
-0
/
+2
*
Fixed #32291 -- Added fixtures compression support to dumpdata.
Paolo Melchiorre
2021-01-12
1
-1
/
+44
*
Fixed #31747 -- Fixed model enumeration via admin URLs.
Jon Dufresne
2021-01-12
1
-2
/
+26
*
Fixed #29010, Fixed #29138 -- Added limit_choices_to and to_field support to ...
Johannes Maron
2021-01-12
5
-24
/
+80
*
Refs #32311 -- Fixed CSRF_FAILURE_VIEW system check errors code.
Hasan Ramezani
2021-01-12
1
-2
/
+2
*
Fixed #32311 -- Added system check for CSRF_FAILURE_VIEW setting.
Hasan Ramezani
2021-01-12
1
-1
/
+28
*
Refs #32018 -- Corrected color variables for paginator and header links in ad...
Michel Le Bihan
2021-01-12
2
-3
/
+3
*
Fixed #32342 -- Added index order introspection on MySQL 8.0.1+.
Mariusz Felisiak
2021-01-11
2
-2
/
+16
*
Refs #32018 -- Used --header-link-color for header links in admin.
Michel Le Bihan
2021-01-11
3
-3
/
+3
*
Refs #31791 -- Improved performance of URLResolver.resolve().
David Smith
2021-01-11
1
-1
/
+1
*
Fixed #32191 -- Made CookieStorage use RFC 6265 compliant format.
Florian Apolloner
2021-01-07
1
-8
/
+22
*
Fixed #32018 -- Extracted admin colors into CSS variables.
Matthias Kestenholz
2021-01-07
9
-230
/
+290
*
Refs #32191 -- Added Signer.sign_object()/unsign_object().
Florian Apolloner
2021-01-06
1
-26
/
+40
*
Refs #25175 -- Removed postgresql_psycopg2 in django.db.utils.load_backend().
Mariusz Felisiak
2021-01-06
1
-1
/
+1
*
Fixed #32322 -- Fixed autocomplete widget wrapping.
Viktor Grabov
2021-01-06
1
-1
/
+5
*
Fixed #32314 -- Fixed detection when started non-django modules with "python ...
William Schwartz
2021-01-05
1
-5
/
+5
*
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
Alexander Lyabah
2021-01-05
2
-5
/
+11
*
Fixed #32298 -- Fixed URLValidator hostname length validation.
Akshat1Nar
2021-01-04
1
-1
/
+1
*
Simplified django.db.utils.load_backend().
William Schwartz
2021-01-04
1
-3
/
+2
*
Replaced DatabaseFeatures.supports_left_right_lookups with skipUnlessGISLookup.
Tim Graham
2021-01-02
2
-4
/
+0
*
Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for a...
Mariusz Felisiak
2020-12-31
1
-10
/
+3
[prev]
[next]