1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/docs
2007-08-19 21:02:36 +00:00
..
man Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! 2007-08-19 11:59:20 +00:00
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654] 2007-08-14 22:08:11 +00:00
cache.txt
contributing.txt Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. 2007-08-18 05:43:38 +00:00
csrf.txt Added a reference for the claim in CSRF docs that GET requests 2007-08-16 14:09:41 +00:00
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt Rolled out [5923]-[5925] due to breaking call_command(). 2007-08-18 05:58:59 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
forms.txt
generic_views.txt
i18n.txt
install.txt Fixed #5154 -- Minor wording tweak. 2007-08-18 06:52:05 +00:00
legacy_databases.txt
middleware.txt
model-api.txt
modpython.txt Typo fix from [5896]. 2007-08-15 12:29:15 +00:00
newforms.txt Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.ekanem@gmail.com. 2007-08-18 06:13:15 +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
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler. 2007-08-18 05:43:38 +00:00
templates.txt Edited docs/templates.txt change from [5938] 2007-08-19 21:02:36 +00:00
testing.txt Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>. 2007-08-17 14:20:25 +00:00
transactions.txt
tutorial01.txt
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