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-02-02 21:59:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Krzysztof Urbaniak
a01d887a3a
Fixed
#27063
-- Prevented i18n_patterns() from using too much of the URL as the language.
2016-10-31 14:32:01 -04:00
..
apps
Added require_ready argument to get_model methods.
2016-10-28 19:08:57 -04:00
bin
…
conf
…
contrib
…
core
Fixed
#26578
-- Prohibited non-ASCII digits in validate_ipv4_address.
2016-10-28 11:38:49 -04:00
db
Fixed
#27188
-- Allowed using unique=True with FileField.
2016-10-28 20:11:03 -04:00
dispatch
…
forms
…
http
…
middleware
…
template
…
templatetags
…
test
…
urls
…
utils
Fixed
#27063
-- Prevented i18n_patterns() from using too much of the URL as the language.
2016-10-31 14:32:01 -04:00
views
…
__init__.py
…
__main__.py
…
shortcuts.py
…