1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs
2007-08-21 02:35:01 +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 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 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 Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevin@berndtgroup.net 2007-08-12 03:59:09 +00:00
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 Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira. 2007-08-12 12:59:41 +00:00
i18n.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
install.txt Fixed #5154 -- Minor wording tweak. 2007-08-18 06:52:05 +00:00
legacy_databases.txt
middleware.txt Fixed #4946 -- Added some small improvements to Gzip middleware. Thanks, colin@owlfish.com. 2007-08-12 12:29:25 +00:00
model-api.txt Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jarek Zgoda 2007-08-12 03:01:37 +00:00
modpython.txt Typo fix from [5896]. 2007-08-15 12:29:15 +00:00
newforms.txt Fixed #4572 -- Added an example of form_for_instance usage in a full-fledged view. Based on a patch from toddobryan@mac.com. 2007-08-20 14:15:40 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt Added "new in development version" annotation to HttpRequest.encoding documentation. 2007-08-11 09:47:52 +00:00
serialization.txt
sessions.txt Fixed #4914 -- Documented the Session.modified attribute for forcing session saves. Thanks, Thomas Güttler and SmileyChris. 2007-08-12 10:24:21 +00:00
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 #5221 -- Fixed typo in docs/testing.txt. Thanks, derelm 2007-08-21 02:35:01 +00:00
transactions.txt
tutorial01.txt Fixed #4941 -- Changed imports for interactive portion of the example to be consistent with the source code file, at the expense of slightly more typing required. This might help reduce some confusion. Thanks, John Shaffer. 2007-08-12 10:37:56 +00:00
tutorial02.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
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