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-24 00:59:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Alasdair Nicol
428875775c
Fix typo in redirect view docs
2013-05-20 00:59:17 +02:00
..
class-based-views
Fix typo in redirect view docs
2013-05-20 00:59:17 +02:00
contrib
Fixed
#15961
-- Modified ModelAdmin to allow for custom search methods.
2013-05-19 16:45:00 +02: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
…
views.txt
…