django/docs
Malcolm Tredinnick 1671fc48ab Changed the default form presentation of datetime values to not include the
fractional second values (they usually aren't going to be needed). Based on
patches from yi.codeplayer@gmail.com, andrews and Wiliam Alves de Souza. Fixed #4428, #4487


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6578 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-21 14:50:47 +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
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt Fixed #4493 -- Noted that the LocaleMiddleware's placement w.r.t 2007-10-21 12:12:45 +00:00
contenttypes.txt Fixed #4234 -- Added docs/contenttypes. Thanks, ubernostrum 2007-09-15 18:29:09 +00:00
contributing.txt Fixed #5601 -- Point out the existence of pep8.py for people wanting some extra 2007-10-20 10:41:56 +00:00
csrf.txt
databases.txt
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt
design_philosophies.txt Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt 2007-01-29 00:25:14 +00:00
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt
fastcgi.txt
flatpages.txt
form_preview.txt
forms.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
generic_views.txt Fixed #2603 -- Fixed a typo and added a helpful example reference to the generic view pagination docs. Thanks, Nick Efford. 2007-09-23 06:18:49 +00:00
i18n.txt Fixed the note about charset encoding in PO files. It must be UTF-8 since [5708]. 2007-10-07 16:35:22 +00:00
install.txt
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
middleware.txt
model-api.txt Fixed #4944 -- Added a note about Model.save() raising IntegrityError is a 2007-10-20 12:35:10 +00:00
modpython.txt
newforms.txt
outputting_csv.txt
outputting_pdf.txt
overview.txt
redirects.txt
release_notes_0.95.txt Changed the 0.95 release notes to point to the 0.95 documentation index. 2007-08-04 03:36:58 +00:00
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt
settings.txt
shortcuts.txt Fixed #5474 -- Improved docs/shortcuts.txt. Thanks, minarets and EyePulp 2007-09-14 22:33:06 +00:00
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates.txt Fixed #4123 -- Changed the firstof template tag to correctly handle a literal 2007-10-20 15:01:31 +00:00
templates_python.txt
testing.txt
transactions.txt
tutorial01.txt
tutorial02.txt
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 Documented the strings_only param to smart_unicode() and force_unicode(). 2007-10-07 16:35:32 +00:00
url_dispatch.txt Added documentation of the arguments for the url() function. 2007-08-19 15:08:21 +00:00
webdesign.txt