summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* i18n: merged to [1054] of trunkarchive/attic/i18nattic/i18nGeorg Bauer2005-11-0317-68/+189
|\ | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added DATABASE_PORT to docs/legacy_databases.txtAdrian Holovaty2005-11-021-0/+2
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of ↵Adrian Holovaty2005-11-021-1/+0
| | | | | | | | | | | | tables that shouldn't be in the database, because that's now optional. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Changed docs/legacy_databases.txt to link to settings docsAdrian Holovaty2005-11-021-11/+14
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Improved docs/db-api.txt to specify that case-sensitive ordering isn't supportedAdrian Holovaty2005-11-021-0/+4
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Made floatformat filter not choke on non-floatsJacob Kaplan-Moss2005-11-021-1/+4
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt Adrian Holovaty2005-11-021-0/+42
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added quote_name hook for each database backend. Refs #121. Thanks, Robin ↵Adrian Holovaty2005-11-015-0/+20
| | | | | | | | | | | | Munn -- we miss you. git-svn-id: http://code.djangoproject.com/svn/django/trunk@1039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Updated out-of-date docstring in django/core/db/__init__.pyAdrian Holovaty2005-11-011-6/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #505 -- ssi template tag now displays a message instead of failing ↵Adrian Holovaty2005-11-011-3/+10
| | | | | | | | | | | | silently if DEBUG=True. Thanks, Manuzhai git-svn-id: http://code.djangoproject.com/svn/django/trunk@1037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for ↵Adrian Holovaty2005-11-012-11/+10
| | | | | | | | | | | | case-sensitive comparisons -- contains, startswith and endswith. Thanks, Simon git-svn-id: http://code.djangoproject.com/svn/django/trunk@1036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #508 -- Added support for 'expires' in cookies and changed session ↵Adrian Holovaty2005-11-013-4/+7
| | | | | | | | | | | | middleware to set 'expires' in addition to 'max_age'. Thanks, mark@junklight.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@1035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #548 -- Added missing step at the end of docs/tutorial04.txtAdrian Holovaty2005-11-011-0/+3
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added model unit tests for year, month and day lookup. Refs #659Adrian Holovaty2005-11-011-0/+16
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * More tightening of docs/cache.txtAdrian Holovaty2005-10-311-7/+6
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Made several grammar fixes to cache documentation from [1020]Adrian Holovaty2005-10-312-33/+57
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1030 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: fixed documentation and message scanner for constant string translationsGeorg Bauer2005-11-032-1/+19
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: readded constant string translations, needed for template tags with ↵Georg Bauer2005-11-032-1/+16
| | | | | | | | | | | | string constants git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated unittests and fixed bugs in the tags, removed the old tags and ↵Georg Bauer2005-11-033-133/+33
| | | | | | | | | | | | fixed #719 (thx nesh) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated translation documentation for new syntaxGeorg Bauer2005-11-031-29/+34
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: rebuilt the .po and .mo files based on the new sourceGeorg Bauer2005-11-0322-2329/+2617
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %}Georg Bauer2005-11-0320-184/+558
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated sr translation. thx Petar.Georg Bauer2005-11-032-28/+28
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: fixed the LANGUAGES variable to contain language codes (instead of ↵Georg Bauer2005-11-031-3/+4
| | | | | | | | | | | | locale codes) and fixed a wrong language name git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | Small update to [1057]Adrian Holovaty2005-11-031-2/+2
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | Preliminary clean-up of docs/translation.txt in i18n branchAdrian Holovaty2005-11-031-319/+352
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated fr translation. thx Laurent.Georg Bauer2005-11-022-980/+980
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated documentation and unittests for the new ↵Georg Bauer2005-11-022-24/+31
| | | | | | | | | | | | get_available_languages tag and the new switching view git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added get_available_languages tag and added a default view for ↵Georg Bauer2005-11-024-19/+77
| | | | | | | | | | | | switching languages (both from the django-dev posting of jacob) git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: added updated sr translation. thx nesh.Georg Bauer2005-11-022-259/+213
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: removed debugging leftovers (thx. rjwittams)Georg Bauer2005-11-011-2/+0
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: updated cs translationGeorg Bauer2005-10-312-146/+72
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* | i18n: merged to [1025] from trunkGeorg Bauer2005-10-3119-51/+238
|\ \ | |/ | | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/i18n@1027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Documented {{{singular}}} argument for m2m relationships (fixes #664).Jacob Kaplan-Moss2005-10-301-0/+8
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1025 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #675: PasswordFields now respect length and maxlength paramsJacob Kaplan-Moss2005-10-291-7/+4
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss2005-10-292-3/+7
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-293-2/+90
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()Adrian Holovaty2005-10-281-2/+2
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #488 -- removetags template filter now removes tags without a space ↵Adrian Holovaty2005-10-281-1/+1
| | | | | | | | | | | | before the final slash git-svn-id: http://code.djangoproject.com/svn/django/trunk@1018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #700 -- urlify.js now uses hyphens instead of underscoresAdrian Holovaty2005-10-281-1/+1
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #703: added decorators to require that view be called with a given ↵Jacob Kaplan-Moss2005-10-281-2/+28
| | | | | | | | | | | | HTTP REQUEST_METHOD git-svn-id: http://code.djangoproject.com/svn/django/trunk@1016 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed shortcut redirect handlerJacob Kaplan-Moss2005-10-261-9/+22
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1012 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Changed global_settings.TEMPLATE_LOADERS to be same as default ↵Adrian Holovaty2005-10-251-1/+1
| | | | | | | | | | | | project_template.settings.TEMPLATE_LOADERS git-svn-id: http://code.djangoproject.com/svn/django/trunk@1011 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty2005-10-251-0/+2
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1010 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #677 -- db.queries is now reset per request. Thanks, seancazzellAdrian Holovaty2005-10-251-0/+3
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #679 -- 'collapse' admin row class is now processed correctly when ↵Adrian Holovaty2005-10-251-4/+4
| | | | | | | | | | | | more than one tuple is in the admin.fields list. Thanks, malcolm git-svn-id: http://code.djangoproject.com/svn/django/trunk@1008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ↵Adrian Holovaty2005-10-252-7/+27
| | | | | | | | | | | | Thanks, Sune git-svn-id: http://code.djangoproject.com/svn/django/trunk@1007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Small massaging of docs/model-api.txtAdrian Holovaty2005-10-231-2/+3
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1006 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Added 'django-admin.py installperms' commandAdrian Holovaty2005-10-232-1/+23
| | | | | | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@1005 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| * Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, ↵Adrian Holovaty2005-10-231-9/+12
| | | | | | | | | | | | rjwittams git-svn-id: http://code.djangoproject.com/svn/django/trunk@1004 bcc190cf-cafb-0310-a4f2-bffc1f526a37