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-26 02:00:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jeremy Cowgar
c23d306df8
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
2012-05-17 18:53:57 -04:00
..
contrib
Added load i18n code to the base wizard form template documentation as it uses the trans tag.
2012-05-17 18:53:57 -04:00
files
…
forms
Fixed
#17950
-- Warned about usability limits of ModelChoiceField.
2012-05-10 22:01:11 +02:00
models
Fixed
#4102
-- Allow update of specific fields in model.save()
2012-05-12 10:29:41 +03:00
templates
…
authbackends.txt
…
class-based-views.txt
…
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
…
signals.txt
Fixed
#4102
-- Allow update of specific fields in model.save()
2012-05-12 10:29:41 +03:00
template-response.txt
…
unicode.txt
…
utils.txt
Fixed the syntax used for the Python repl examples in docs and docstrings.
2012-05-05 09:54:30 -05:00
validators.txt
…