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-03-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
…
..
class-based-views
Clarified thread safety note in class based views; thanks rafadura for the patch.
2012-08-09 18:22:30 -04:00
contrib
Merge pull request
#233
from rafikdraoui/modeladmin-doc
2012-08-05 10:21:14 -07:00
files
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00
forms
Fixed
#5524
-- Do not remove cleaned_data when a form fails validation
2012-08-04 14:22:23 +02:00
models
Fixed
#18306
-- Made deferred models issue update_fields on save
2012-08-12 22:39:27 +03:00
templates
Added a missing space to the description of the
cut
filter.
2012-08-04 23:58:31 +02:00
authbackends.txt
…
clickjacking.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#18656
-- Fixed LocaleMiddleware link; thanks mitar for the report.
2012-07-28 13:31:41 -04:00
request-response.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
utils.txt
…
validators.txt
…