This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
mirror of
https://github.com/django/django.git
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
24
Releases
Wiki
Activity
515ae9c128
django
/
docs
History
Adrian Holovaty
515ae9c128
Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1450
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-27 07:28:51 +00:00
..
add_ons.txt
Added docs/add_ons.txt -- small documentation of contrib
2005-11-22 19:21:51 +00:00
admin_css.txt
…
authentication.txt
Fixed
#903
-- Added login_url argument to user_passes_test view decorator. Didn't add it to login_required decorator because that would turn login_required into a callable decorator, which would break backwards compatibility.
2005-11-26 07:20:07 +00:00
cache.txt
Fixed
#839
-- Fixed typo in docs/cache.txt
2005-11-20 05:17:55 +00:00
db-api.txt
Fixed
#875
-- Fixed typo in docs/db-api.txt. Thanks, wojtek
2005-11-22 14:23:07 +00:00
design_philosophies.txt
…
django-admin.txt
…
faq.txt
Added 'Should I use the official version or development version?' question to the FAQ
2005-11-20 23:49:35 +00:00
flatpages.txt
…
forms.txt
Fixed
#876
-- Fixed typos in docs/forms.txt. Thanks, czhang
2005-11-22 14:24:07 +00:00
generic_views.txt
…
i18n.txt
…
install.txt
Added official-version information to docs/install.txt
2005-11-16 05:35:59 +00:00
legacy_databases.txt
…
middleware.txt
…
model-api.txt
Fixed typo in docs/model-api.txt
2005-11-25 03:15:09 +00:00
modpython.txt
Added 'Error handling' section to docs/modpython.txt
2005-11-26 03:17:52 +00:00
outputting_csv.txt
…
outputting_pdf.txt
…
overview.txt
…
redirects.txt
…
request_response.txt
…
sessions.txt
Added note to docs/sessions.txt about only being available in development version
2005-11-20 17:18:25 +00:00
settings.txt
Added TEMPLATE_DEBUG to docs/settings.txt
2005-11-23 23:29:25 +00:00
syndication_feeds.txt
Fixed
#846
-- Fixed bug in docs/syndication_feeds.txt. Thanks, deric
2005-11-20 04:53:28 +00:00
templates.txt
Fixed
#911
-- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
for upgrade instructions.
2005-11-26 22:46:31 +00:00
templates_python.txt
Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
2005-11-27 07:28:51 +00:00
tutorial01.txt
…
tutorial02.txt
Fixed
#850
-- Made clarification in docs/tutorial02.txt. Thanks, Daniel
2005-11-20 16:20:24 +00:00
tutorial03.txt
…
tutorial04.txt
…
url_dispatch.txt
…
writing-apps-guide-outline.txt
Moved django-docs to just plain docs
2005-07-13 18:54:07 +00:00