django1/django
Adrian Holovaty 6ab20c5475 Small style fixes to docs from [3395]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3397 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-20 15:45:16 +00:00
..
bin Fixed #2323 -- Made it possible to run make-messages without needing a 2006-07-19 12:09:53 +00:00
conf fixed #2302: added arabic translation. thx Ahmad Alhashemi. 2006-07-10 14:14:00 +00:00
contrib Fixed formatting of comments. 2006-07-20 03:32:24 +00:00
core Clarified debug naming of WSGIRequests 2006-07-20 05:04:45 +00:00
db Modified BooleanField's to_python method to play nice with encode()ed strings. 2006-07-19 05:50:33 +00:00
dispatch MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
forms Fixed #1980, #2155 -- made date, time and datetime html2python methods a bit 2006-07-05 07:09:53 +00:00
http Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirect to percent-encode non-ASCII characters in the Location header. Thanks, Andrey 2006-06-20 04:06:16 +00:00
middleware Small style fixes to docs from [3395] 2006-07-20 15:45:16 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #1647 -- Included slightly more information in template syntax error 2006-07-19 12:32:32 +00:00
templatetags Made django/utils/translation.py into a package django/utils/translation, which is loaded lazily depending on the value of settings.USE_I18N. 2006-07-04 03:58:45 +00:00
utils Added check_for_language and to_locale to utils.translation.trans_null 2006-07-14 02:55:42 +00:00
views Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser classes. Recommended its use over is_anonymous in the docs. Changed internal Django use to match this recommendation. Thanks to SmileyChris and Gary Wilson for the patch. 2006-07-19 02:09:26 +00:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00