summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i18n: merged to [1054] of trunkarchive/attic/i18nattic/i18nGeorg Bauer2005-11-0317-68/+189
|\
| * Added DATABASE_PORT to docs/legacy_databases.txtAdrian Holovaty2005-11-021-0/+2
| * Updated docs/legacy_databases.txt to remove 'auth_admin_log' from list of tab...Adrian Holovaty2005-11-021-1/+0
| * Changed docs/legacy_databases.txt to link to settings docsAdrian Holovaty2005-11-021-11/+14
| * Improved docs/db-api.txt to specify that case-sensitive ordering isn't supportedAdrian Holovaty2005-11-021-0/+4
| * Made floatformat filter not choke on non-floatsJacob Kaplan-Moss2005-11-021-1/+4
| * Added 'Session IDs in URLs' and 'Session cookies' sections to docs/sessions.txt Adrian Holovaty2005-11-021-0/+42
| * Added quote_name hook for each database backend. Refs #121. Thanks, Robin Mun...Adrian Holovaty2005-11-015-0/+20
| * Updated out-of-date docstring in django/core/db/__init__.pyAdrian Holovaty2005-11-011-6/+1
| * Fixed #505 -- ssi template tag now displays a message instead of failing sile...Adrian Holovaty2005-11-011-3/+10
| * Fixed #507 -- Changed MySQL backend so that it uses 'LIKE BINARY' for case-se...Adrian Holovaty2005-11-012-11/+10
| * Fixed #508 -- Added support for 'expires' in cookies and changed session midd...Adrian Holovaty2005-11-013-4/+7
| * Fixed #548 -- Added missing step at the end of docs/tutorial04.txtAdrian Holovaty2005-11-011-0/+3
| * Added model unit tests for year, month and day lookup. Refs #659Adrian Holovaty2005-11-011-0/+16
| * More tightening of docs/cache.txtAdrian Holovaty2005-10-311-7/+6
| * Made several grammar fixes to cache documentation from [1020]Adrian Holovaty2005-10-312-33/+57
* | i18n: fixed documentation and message scanner for constant string translationsGeorg Bauer2005-11-032-1/+19
* | i18n: readded constant string translations, needed for template tags with str...Georg Bauer2005-11-032-1/+16
* | i18n: updated unittests and fixed bugs in the tags, removed the old tags and ...Georg Bauer2005-11-033-133/+33
* | i18n: updated translation documentation for new syntaxGeorg Bauer2005-11-031-29/+34
* | i18n: rebuilt the .po and .mo files based on the new sourceGeorg Bauer2005-11-0322-2329/+2617
* | i18n: implemented the proposed syntax change to {% trans %} and {% blocktrans %}Georg Bauer2005-11-0320-184/+558
* | i18n: updated sr translation. thx Petar.Georg Bauer2005-11-032-28/+28
* | i18n: fixed the LANGUAGES variable to contain language codes (instead of loca...Georg Bauer2005-11-031-3/+4
* | Small update to [1057]Adrian Holovaty2005-11-031-2/+2
* | Preliminary clean-up of docs/translation.txt in i18n branchAdrian Holovaty2005-11-031-319/+352
* | i18n: updated fr translation. thx Laurent.Georg Bauer2005-11-022-980/+980
* | i18n: updated documentation and unittests for the new get_available_languages...Georg Bauer2005-11-022-24/+31
* | i18n: added get_available_languages tag and added a default view for switchin...Georg Bauer2005-11-024-19/+77
* | i18n: added updated sr translation. thx nesh.Georg Bauer2005-11-022-259/+213
* | i18n: removed debugging leftovers (thx. rjwittams)Georg Bauer2005-11-011-2/+0
* | i18n: updated cs translationGeorg Bauer2005-10-312-146/+72
* | i18n: merged to [1025] from trunkGeorg Bauer2005-10-3119-51/+238
|\ \ | |/
| * Documented {{{singular}}} argument for m2m relationships (fixes #664).Jacob Kaplan-Moss2005-10-301-0/+8
| * Fixed #675: PasswordFields now respect length and maxlength paramsJacob Kaplan-Moss2005-10-291-7/+4
| * Fixed #140: memcached backends may now use multiple serversJacob Kaplan-Moss2005-10-292-3/+7
| * Fixed #612 - added cache control headers (thanks, hugo)Jacob Kaplan-Moss2005-10-293-2/+90
| * Fixed #701 -- contrib.admin.views.doc now uses get_internal_type()Adrian Holovaty2005-10-281-2/+2
| * Fixed #488 -- removetags template filter now removes tags without a space bef...Adrian Holovaty2005-10-281-1/+1
| * Fixed #700 -- urlify.js now uses hyphens instead of underscoresAdrian Holovaty2005-10-281-1/+1
| * Fixed #703: added decorators to require that view be called with a given HTTP...Jacob Kaplan-Moss2005-10-281-2/+28
| * Fixed shortcut redirect handlerJacob Kaplan-Moss2005-10-261-9/+22
| * Changed global_settings.TEMPLATE_LOADERS to be same as default project_templa...Adrian Holovaty2005-10-251-1/+1
| * Improved autoreloader to ignore files that might be in eggs. Refs #596Adrian Holovaty2005-10-251-0/+2
| * Fixed #677 -- db.queries is now reset per request. Thanks, seancazzellAdrian Holovaty2005-10-251-0/+3
| * Fixed #679 -- 'collapse' admin row class is now processed correctly when more...Adrian Holovaty2005-10-251-4/+4
| * Fixed #687 -- Fixed bug in floatformat template filter and added unit tests. ...Adrian Holovaty2005-10-252-7/+27
| * Small massaging of docs/model-api.txtAdrian Holovaty2005-10-231-2/+3
| * Added 'django-admin.py installperms' commandAdrian Holovaty2005-10-232-1/+23
| * Fixed #684 -- Fixed login_required and user_passes_test decorators. Thanks, r...Adrian Holovaty2005-10-231-9/+12