1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/docs
2007-07-12 14:41:32 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt Fixed -- Minor typo in cache documentations. Thanks, dan@coffeecode.net. 2007-07-12 12:50:02 +00:00
contributing.txt Fixed -- Updated docs to point out that 0 is not a valid SITE_ID when running the tests. Thanks for the suggestion, Lars Stavholm <stava@telcotec.se>. 2007-07-12 12:48:27 +00:00
csrf.txt
databases.txt
databrowse.txt
db-api.txt Fixed -- Added 'raw' argument to save method, to override any pre-save processing, and modified serializers to use a raw-save. This enables serialization of DateFields with auto_now/auto_now_add. Also modified serializers to invoke save() directly on the model baseclass, to avoid any (potentially order-dependent, data modifying) behavior in a custom save() method. 2007-07-12 07:45:35 +00:00
design_philosophies.txt
distributions.txt Fixed -- Added details on MacPorts packaging of Django. Thanks, Paul Bissex. 2007-07-12 12:55:28 +00:00
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt Fixed -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <bugs@bergstroem.nu>. 2007-07-12 14:21:51 +00:00
flatpages.txt
forms.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
generic_views.txt
i18n.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
install.txt Fixed -- Split the installation instructions to differentiate between installing a distribution package and installing an official release. Thanks to Carl Karsten for the idea, and Paul Bissex for the patch. 2007-07-12 14:41:32 +00:00
legacy_databases.txt
middleware.txt Fixed -- Added reference to Locale middleware in middleware docs. Thanks, dan@coffeecode.net. 2007-07-12 13:41:27 +00:00
model-api.txt Fixed -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
modpython.txt Fixed -- Clarified discussion about PYTHONPATH in modpython docs. Thanks for the suggestion, Collin Grady <cgrady@the-magi.us>. 2007-07-12 13:32:00 +00:00
newforms.txt Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's 2007-07-05 11:08:40 +00:00
sitemaps.txt
sites.txt Added RequestSite class to sites framework 2007-07-12 05:28:04 +00:00
static_files.txt Fixed -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
syndication_feeds.txt Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path 2007-07-12 05:29:32 +00:00
templates_python.txt Fixed -- Fixed import to stringfilter in docs. Proposed solution to move stringfilter into django.template.__init__ introduces a circular import problem. 2007-07-12 13:23:11 +00:00
templates.txt Fixed -- Clarified the allowed filter arguments on the time and date filters. Thanks for the suggestion, admackin@gmail.com. 2007-07-12 14:11:41 +00:00
testing.txt
transactions.txt
tutorial01.txt Fixed -- Fixed some whitespace issues in tutorial01, thanks John Shaffer. 2007-07-10 02:45:11 +00:00
tutorial02.txt
tutorial03.txt Fixed -- Clarified reference to view in tutorial. Thanks for the suggestion, Carl Karsten <carl@personnelware.com>. 2007-07-12 14:05:16 +00:00
tutorial04.txt Edited changes to docs/tutorial04.txt from [5649] 2007-07-12 04:44:45 +00:00
unicode.txt Form encoding should be changed only via HttpRequest, not on GET and POST 2007-07-05 01:25:05 +00:00
url_dispatch.txt Fixed -- Removed leading forward slashes from some urlconf examples in the documentation. 2007-07-10 02:34:42 +00:00
webdesign.txt