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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Daniel Greenfeld
1db5d88273
Added examples for comment, templatetag, escape, force_escape, timesince, and timeuntil
2012-11-08 16:35:39 -08:00
..
class-based-views
…
contrib
Fixed
#15968
- Noted that readonly_fields are excluded from the ModelForm
2012-11-06 19:03:44 -05:00
files
…
forms
…
models
Fixed
#15591
- Clarified interaction between ModelForm and model validation.
2012-11-05 18:24:28 -05:00
templates
Added examples for comment, templatetag, escape, force_escape, timesince, and timeuntil
2012-11-08 16:35:39 -08:00
authbackends.txt
…
clickjacking.txt
…
databases.txt
Fixed
#19090
- Added PostgreSQL connection note.
2012-11-04 05:32:53 -05:00
django-admin.txt
Fixed
#19115
-- Documented stdout/stderr options for call_command
2012-11-07 18:31:14 +01:00
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
…
settings.txt
Fixed
#19246
- Updated SECURE_PROXY_SSL_HEADER example to use 'X-Forwarded-Proto'
2012-11-06 05:17:21 -05:00
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
Added section about URL reversion to URL mapper document.
2012-10-07 20:21:07 -03:00
urls.txt
…
utils.txt
…
validators.txt
…