0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs
2007-02-26 04:53:44 +00:00
..
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Robert Myers. 2007-02-25 16:11:46 +00:00
cache.txt
contributing.txt
csrf.txt
db-api.txt
design_philosophies.txt
django-admin.txt
documentation.txt
email.txt Fixed #3488: send_mail no longer uses settings in function default arguments. Thanks to Per Jonsson for the patch. 2007-02-25 16:29:09 +00:00
faq.txt
fastcgi.txt
flatpages.txt
forms.txt Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEquals validator. Thanks, Steven Armstrong 2007-02-25 17:16:38 +00:00
generic_views.txt Fixed #3170: added first_on_page and last_on_page arguments to paginated generic views. Thanks, Grimboy. 2007-02-26 04:53:44 +00:00
i18n.txt
install.txt
legacy_databases.txt
middleware.txt
model-api.txt Reverted [4578] because there's no such thing as a PasswordField database field type 2007-02-25 19:51:33 +00:00
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt
request_response.txt Copy edited new docs in docs/request_response.txt from [4534] 2007-02-18 04:42:15 +00:00
serialization.txt
sessions.txt
settings.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt Fixed documentation from [4558] to be correct. 2007-02-23 20:50:53 +00:00
templates.txt
testing.txt Fixed #3160 -- Added the ability to control the content type in a test client POST request. This is to allow easier testing of json-rpc/xml-rpc/soap etc interfaces. Thanks to Mikeal Rogers for the suggestion, and Ben <afternoon@uk2.net> for the patch. 2007-02-17 00:23:09 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
url_dispatch.txt