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-12-23 01:25:58 +00:00
Code
Issues
25
Releases
Wiki
Activity
2a500b3551
django
/
docs
History
Adrian Holovaty
2a500b3551
Edited docs/db-api.txt changes from [5700]
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@5709
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-15 19:34:21 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
Fixed
#4763
-- Minor typo in cache documentations. Thanks, dan@coffeecode.net.
2007-07-12 12:50:02 +00:00
contributing.txt
csrf.txt
databases.txt
databrowse.txt
db-api.txt
Edited docs/db-api.txt changes from [5700]
2007-07-15 19:34:21 +00:00
design_philosophies.txt
distributions.txt
Fixed
#4627
-- Added details on MacPorts packaging of Django. Thanks, Paul Bissex.
2007-07-12 12:55:28 +00:00
django-admin.txt
Fixed
#4869
-- Added a note that syncdb does not alter existing tables. Thanks,
2007-07-14 05:27:22 +00:00
documentation.txt
email.txt
faq.txt
fastcgi.txt
Fixed
#4525
-- 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
generic_views.txt
i18n.txt
install.txt
Fixed
#4538
-- 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
#4764
-- Added reference to Locale middleware in middleware docs. Thanks, dan@coffeecode.net.
2007-07-12 13:41:27 +00:00
model-api.txt
modpython.txt
Fixed
#4722
-- 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
Documented the 'commit' argument to save() methods on forms created via form_for_model() or form_for_instance()
2007-07-13 21:20:07 +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
#4640
-- 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
#4522
-- 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
Fixed
#4877
-- Fixed typo in testing documentation, patch from John Shaffer.
2007-07-15 05:11:06 +00:00
transactions.txt
tutorial01.txt
tutorial02.txt
tutorial03.txt
Fixed
#4502
-- 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
unicode.txt
url_dispatch.txt
webdesign.txt