This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Adam Johnson
1c2c6f1b51
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00
..
apps
…
bin
…
conf
Refs
#28622
-- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS docs.
2020-05-05 08:19:25 +02:00
contrib
Updated admin's Select2 to 4.0.13.
2020-05-05 11:30:02 +02:00
core
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
db
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00
dispatch
…
forms
…
http
…
middleware
Refs
#30573
-- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
2020-05-04 12:10:47 +02:00
template
Refs
#30573
-- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
2020-05-04 12:10:47 +02:00
templatetags
…
test
…
urls
…
utils
Refs
#30372
-- Stopped watching built-in Django translation files by auto-reloader.
2020-05-04 09:13:47 +02:00
views
Fixed
#31534
-- Deprecated django.conf.urls.url().
2020-05-05 07:34:34 +02:00
__init__.py
…
__main__.py
…
shortcuts.py
…