0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs
2007-09-03 06:16:47 +00:00
..
man
add_ons.txt Fixed #3311 -- Added naturalday filter to contrib.humanize. Thanks, Jyrki Pulliainen. 2007-08-20 08:50:08 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org 2007-09-03 06:16:47 +00:00
cache.txt
contributing.txt
csrf.txt
databases.txt
databrowse.txt
db-api.txt Made negligible capitalization fix to docs/db-api.txt 2007-08-31 04:30:20 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code 2007-08-25 23:56:33 +00:00
documentation.txt
email.txt
faq.txt Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady 2007-08-25 18:37:43 +00:00
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Fixed #5170 -- Made FileField a link in the ImageField section of docs/model-api.txt -- assuming the ReST gods are smiling on me today 2007-08-25 18:48:32 +00:00
modpython.txt Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/modpython.txt 2007-09-02 17:09:27 +00:00
newforms.txt Fixed #5256 -- Fixed incorrect use of super() in docs/newforms.txt example. Thanks, trey@ktrl.com 2007-08-25 18:29:26 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt Fixed #5169 -- Fixed error in docs/settings.txt "404 errors" section. Thanks, rokclimb15@gmail.com 2007-08-25 18:51:32 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt
templates.txt Fixed #3184 -- Changed the unordered_list template filter to use a more simple format, while maintaining backwards compatibility with the old format. unordered_list now works with a simple list of items. Thanks for the patch, SmileyChris. 2007-08-26 01:11:20 +00:00
testing.txt Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks for the patch, Ivan Sagalaev. 2007-08-31 11:37:28 +00:00
transactions.txt
tutorial01.txt Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady. 2007-08-26 01:16:19 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt Used the url() function when adding a named URL pattern, mostly as an example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug). 2007-08-19 15:08:48 +00:00
unicode.txt
url_dispatch.txt Added documentation of the arguments for the url() function. 2007-08-19 15:08:21 +00:00
webdesign.txt