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
/
docs
/
ref
History
Tim Graham
d9d24c4521
Fixed warnings in admindocs; refs
#20126
.
2013-05-20 10:17:49 -04:00
..
class-based-views
Fix typo in redirect view docs
2013-05-20 00:59:17 +02:00
contrib
Fixed warnings in admindocs; refs
#20126
.
2013-05-20 10:17:49 -04:00
files
…
forms
…
models
Fixes
#18896
. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
2013-05-19 14:16:12 +02:00
templates
…
clickjacking.txt
…
databases.txt
…
django-admin.txt
Fixed
#16330
-- added --pks option in dumpdata command
2013-05-19 09:10:40 -07:00
exceptions.txt
…
index.txt
…
middleware.txt
…
request-response.txt
Fixed
#20459
- Improved example for setting HTTP header fields.
2013-05-19 12:30:53 -04:00
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
Fixed
#4833
-- Validate email addresses with localhost as domain
2013-01-11 20:45:46 +01:00
views.txt
…