index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2005-11-16
Fixed #808 -- Fixed typo in docs/forms.txt. Thanks, limodou
Adrian Holovaty
2005-11-16
Changed tutorial02 not to say redirects and flatpages are included
Adrian Holovaty
2005-11-16
Added links to auth docs in docs/templates_python.txt
Adrian Holovaty
2005-11-16
Changed 'django-admin.py startapp' application template to use views.py inste...
Adrian Holovaty
2005-11-16
Small style cleanup of docs/generic_views.txt
Adrian Holovaty
2005-11-15
added danish translation to the settings documentation
Georg Bauer
2005-11-15
Added django.views.generic.simple.redirect_to view for issuing simple redirec...
Jacob Kaplan-Moss
2005-11-15
Followup faq change to [1237]
Adrian Holovaty
2005-11-15
Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ ...
Adrian Holovaty
2005-11-14
Fixed #787 -- High-level syndication framework now picks up author details. A...
Adrian Holovaty
2005-11-14
Improved Atom feed-generating framework to output <link rel='self'>. Added a ...
Adrian Holovaty
2005-11-14
Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...
Adrian Holovaty
2005-11-13
Fixed #783 -- Added AnonymousUser.id = None. Thanks, EABinGA
Adrian Holovaty
2005-11-13
Added Icelandic and Swedish translations to docs/settings.txt LANGUAGES section
Adrian Holovaty
2005-11-13
Fixed #782 -- Fixed broken link in docs/overview.txt. Thanks, frederik
Adrian Holovaty
2005-11-13
Added 'Safety and security' section to docs/design_philosophies.txt
Adrian Holovaty
2005-11-13
Fixed #780 -- Fixed typo in docs/modpython.txt. Thanks, jhernandez
Adrian Holovaty
2005-11-13
Added 'Limiting access to generic views' section to docs/authentication.txt
Adrian Holovaty
2005-11-13
Changed slightly misleading example in docs/sessions.txt to use baggage-less ...
Adrian Holovaty
2005-11-13
Fixed typo in docs/tutorial03.txt. Thanks, Dave Hodder
Adrian Holovaty
2005-11-13
Grammar cleanups for recent documentation and docstring changes.
Adrian Holovaty
2005-11-12
added the LANGUAGES setting to the settings documentation
Georg Bauer
2005-11-12
updated i18n documentation for the LANGUAGES setting
Georg Bauer
2005-11-12
Fixed #773 -- Removed reference to CACHE_MIDDLEWARE_GZIP in docs/cache.txt. T...
Adrian Holovaty
2005-11-12
Fixed #774 -- Fixed typos in docs/authentication.txt. Thanks, footless and jb...
Adrian Holovaty
2005-11-12
More small tweaks to docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Fixed ReST bug in docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Fixed ReST bugs in docs/syndication_feeds.txt
Adrian Holovaty
2005-11-12
Completely refactored legacy RSS framework to the new django.contrib.syndicat...
Adrian Holovaty
2005-11-12
Added 'Install Python' section to docs/install.txt
Adrian Holovaty
2005-11-11
Added INSTALLED_APPS to global_settings. It's an empty tuple by default.
Adrian Holovaty
2005-11-11
Added a link to docs/outputting_csv.txt
Adrian Holovaty
2005-11-11
Fixed ReST missing link in docs/outputting_csv.txt
Adrian Holovaty
2005-11-11
Added docs/outputting_csv.txt
Adrian Holovaty
2005-11-11
BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to standalone ...
Adrian Holovaty
2005-11-11
Added SITE_ID to docs/settings.txt
Adrian Holovaty
2005-11-11
Added INSTALLED_APPS to docs/settings.txt
Adrian Holovaty
2005-11-11
Updated docs/middleware.txt to say exception middleware is applied in reverse...
Adrian Holovaty
2005-11-11
Updated middleware.txt to note that response middleware is applied in reverse
Adrian Holovaty
2005-11-10
Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...
Adrian Holovaty
2005-11-09
Improved docs/authentication.txt to note that messages only work with registe...
Adrian Holovaty
2005-11-09
Small formatting fix to docs/settings.txt -- MIDDLEWARE_CLASSES example was s...
Adrian Holovaty
2005-11-08
Finished docs/authentication.txt
Adrian Holovaty
2005-11-07
Added 'Serving the admin files' section in docs/modpython.txt
Adrian Holovaty
2005-11-07
Updated install.txt and modpython.txt to note required Apache and mod_python ...
Adrian Holovaty
2005-11-07
Changed register_tag example in docs/templates_python.txt to be consistent wi...
Adrian Holovaty
2005-11-07
Fixed typo in docs/i18n.txt. Thanks, Esaj
Adrian Holovaty
2005-11-06
Added note about CacheMiddleware to docs/i18n.txt.
Adrian Holovaty
2005-11-06
Fixed #742 -- Implemented 't' dateformat. Thanks, radek.
Adrian Holovaty
2005-11-06
Fixed #109 -- Created DATE_FORMAT, DATETIME_FORMAT and TIME_FORMAT settings.
Adrian Holovaty
[next]