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-25 09:34:59 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Aymeric Augustin
1acfd624d6
Added initial support for loading template engines.
2014-12-28 16:08:31 +01:00
..
class-based-views
Updated TemplateResponseMixin docs to reflect new behavior after refs
#23789
.
2014-12-17 20:02:15 -05:00
contrib
Documented AdminSite.has_permission(); refs
#22295
.
2014-12-26 09:14:10 -05:00
files
…
forms
Fixed
#2443
-- Added DurationField.
2014-12-20 18:28:29 +00:00
models
Fixed
#23753
-- Added a suite of SQL Functions
2014-12-27 15:27:27 +11:00
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Added initial support for loading template engines.
2014-12-28 16:08:31 +01:00
signals.txt
Fixed
#20349
-- Moved setting_changed signal to django.core.signals.
2014-12-24 07:18:43 -05:00
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#2443
-- Added DurationField.
2014-12-20 18:28:29 +00:00
validators.txt
…
views.txt
…