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
/
contrib
/
sites
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated translations from Transifex.
Mariusz Felisiak
2023-04-03
6
-7
/
+45
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
3
-3
/
+0
*
Refs #34233 -- Used types.NoneType.
Nick Pope
2023-01-18
1
-1
/
+3
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-1
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
10
-52
/
+82
*
Updated translations from Transifex.
Mariusz Felisiak
2021-12-06
8
-17
/
+55
*
Moved RequestSite import to the toplevel.
Claude Paroz
2021-11-12
1
-3
/
+4
*
Fixed #32910 -- Unified different plural equations for the same language in c...
Mariusz Felisiak
2021-07-15
8
-10
/
+15
*
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-15
1
-0
/
+1
*
Updated translations from Transifex
Claude Paroz
2020-08-01
8
-0
/
+142
*
Fixed #31802 -- Added system check for non-integer SITE_ID.
Parth Verma
2020-07-24
2
-0
/
+16
*
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-21
1
-1
/
+0
*
Updated translations from Transifex.
Claude Paroz
2020-01-31
2
-4
/
+5
*
Updated contrib translations from Transifex.
Carlton Gibson
2019-12-02
10
-1
/
+2
*
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-11-05
2
-2
/
+2
*
Updated translations from Transifex
Claude Paroz
2019-06-29
4
-8
/
+10
*
Updated contrib translations from Transifex.
Claude Paroz
2019-04-01
8
-26
/
+34
*
Followed style guide for model attribute ordering.
Matt Wiens
2018-12-27
1
-0
/
+1
*
Fixed #29829 -- Remove unused code in contrib.sites.models._simple_domain_nam...
Hasan Ramezani
2018-10-09
1
-2
/
+0
*
Updated contrib translations from Transifex
Claude Paroz
2018-08-01
6
-8
/
+44
*
Updated translations from Transifex
Claude Paroz
2018-02-28
2
-4
/
+5
*
Updated contrib translations from Transifex
Claude Paroz
2017-12-01
162
-97
/
+133
*
Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
Tim Graham
2017-09-07
1
-4
/
+6
*
Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().
Mads Jensen
2017-06-28
1
-6
/
+4
*
Updated contrib translations from Transifex
Claude Paroz
2017-04-04
16
-41
/
+50
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
2
-2
/
+2
*
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Anton Samarchyan
2017-02-04
3
-9
/
+9
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-4
/
+3
*
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-19
1
-1
/
+1
*
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
2
-6
/
+0
*
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-18
6
-15
/
+0
*
Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".
Anton Samarchyan
2016-11-29
1
-2
/
+0
*
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-11-14
1
-0
/
+2
*
Updated translations from Transifex
Claude Paroz
2016-09-30
4
-6
/
+8
*
Pulled contrib translations from Transifex
Claude Paroz
2016-08-01
36
-56
/
+50
*
Added Upper/Lower Sorbian translations
Claude Paroz
2016-06-29
4
-0
/
+82
*
Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.
Brett Haydon
2016-06-07
1
-1
/
+3
*
Fixed #24075 -- Used post-migration models in contrib apps receivers.
Simon Charette
2016-05-15
1
-2
/
+2
*
Pulled translations from Transifex
Claude Paroz
2016-04-30
4
-4
/
+41
*
Removed deprecated Chinese language codes for contrib apps
Claude Paroz
2016-04-30
4
-75
/
+0
*
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-08
1
-2
/
+6
*
Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many
Claude Paroz
2016-03-19
1
-2
/
+2
*
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-12
1
-2
/
+0
*
Updated translations from Transifex
Claude Paroz
2015-12-31
2
-4
/
+5
*
Pulled contrib translations from Transifex
Claude Paroz
2015-12-01
152
-174
/
+242
*
Fixed #25692 -- Added natural keys support to Site model.
j0hnsmith
2015-11-07
1
-0
/
+6
*
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-12
2
-2
/
+7
*
Fixed #25324 -- Registered ModelAdmin instances with @admin.register decorator
Y3K
2015-08-31
1
-2
/
+1
*
Fixed #24834 -- Fixed get_current_site() when Host header contains port.
Nick Pope
2015-06-18
1
-4
/
+14
*
Fixed #24774 -- Made contrib.site's Site.domain field unique
Piotr Jakimiak
2015-05-16
2
-1
/
+21
[next]