This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-18 15:34:16 +00:00
Code
Issues
24
Releases
Wiki
Activity
b92b1791e9
django
/
docs
History
…
..
man
Fixed
#5463
-- Allow alternate file extensions on files that are translated.
2008-08-08 16:41:55 +00:00
add_ons.txt
Fixed
#8211
-- Corrected a misspelt word in docs/add_ons.txt. Thanks Piotr Lewandowski for catching this.
2008-08-10 18:17:20 +00:00
admin_css.txt
admin.txt
apache_auth.txt
api_stability.txt
Removed "forms and validation" link reference that is not used since [5818].
2008-08-03 18:51:18 +00:00
authentication.txt
Fixed
#6941
-- When logging a user out, or when logging in with an existing
2008-08-14 03:58:00 +00:00
cache.txt
conf.py
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt
databrowse.txt
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
files.txt
flatpages.txt
form_preview.txt
form_wizard.txt
Refs
#7864
-- Updates to documentation for the oldforms/newforms switch.
2008-07-21 16:38:54 +00:00
forms.txt
Fixed
#8277
: corrected minor typo in docs/forms.txt.
2008-08-15 11:50:22 +00:00
generic_views.txt
i18n.txt
index.txt
install.txt
legacy_databases.txt
localflavor.txt
Makefile
middleware.txt
model-api.txt
Fixed
#8337
-- Corrected typo introduced in [8365]. Thanks to julien for the report.
2008-08-15 08:48:06 +00:00
modelforms.txt
modpython.txt
oldforms.txt
It's time for the "newforms" documentation to arrive:
2008-07-21 17:13:41 +00:00
outputting_csv.txt
Fixed
#3333
-- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris
2007-01-24 20:08:47 +00:00
outputting_pdf.txt
overview.txt
pagination.txt
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
release_notes_1.0_alpha_2.txt
release_notes_1.0_alpha.txt
release_notes_1.0_beta_1.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt
sites.txt
Fixed
#6287
-- Fixed typos in docs/sites.txt. Thanks, arien and Horst Gutmann
2008-01-02 05:01:54 +00:00
static_files.txt
Fixed
#4817
-- Removed leading forward slashes from some urlconf examples in the documentation.
2007-07-10 02:34:42 +00:00
syndication_feeds.txt
Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs
#6547
.
2008-08-11 22:22:26 +00:00
templates_python.txt
templates.txt
Clarified a bit of the {% url %} documentation.
Fixes
#7714
.
2008-08-12 23:22:26 +00:00
testing.txt
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
upload_handling.txt
url_dispatch.txt
webdesign.txt