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-04 22:47:53 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Aymeric Augustin
17012b6936
Deprecated dirs argument to override TEMPLATE_DIRS.
...
Cancels 2f0566fa. Refs
#4278
.
2014-11-23 09:29:33 +01:00
..
class-based-views
Fixed
#21753
-- Raised exception when both
form_class
and
fields
are specified.
2014-11-21 14:23:17 -05:00
contrib
Updated an old note about GEOSGeometry.transform
2014-11-22 12:20:17 +01:00
files
Fixed
#23827
-- TZ behavior in Storage API ref doc
2014-11-15 11:57:53 +01:00
forms
Added missing backticks to form validation docs
2014-11-20 11:09:21 -05:00
models
Fixed
#23865
-- documented how to assign errors to a field in Model.clean()
2014-11-21 13:01:28 -05:00
templates
Deprecated dirs argument to override TEMPLATE_DIRS.
2014-11-23 09:29:33 +01:00
applications.txt
…
checks.txt
Fixed
#23765
-- Removed BooleanField default check which often yielded false positives.
2014-11-13 20:12:29 +01:00
clickjacking.txt
…
csrf.txt
Fixed
#23825
-- Added links for decorating class-based views to the CSRF docs.
2014-11-15 19:33:39 +01:00
databases.txt
…
django-admin.txt
Fixed
#23410
-- Avoided unnecessary rollbacks in related apps when migrating backwards.
2014-11-19 16:11:44 -07:00
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#23531
-- Added CommonMiddleware.response_redirect_class.
2014-11-04 17:56:57 -05:00
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#23665
-- Noted precedence of settings.USE_L10N in MONTH_DAY_FORMAT and YEAR_MONTH.
2014-11-15 09:53:55 +01:00
signals.txt
…
template-response.txt
Fixed
#23789
-- TemplateResponse handles context differently from render
2014-11-10 14:47:45 +00:00
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…