summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Added TEMPLATE_DEBUG to docs/settings.txtAdrian Holovaty2005-11-231-0/+17
* | remove purposeful errorRobert Wittams2005-11-231-1/+0
* | Merge to trunk r1381Robert Wittams2005-11-2311-32/+44
|\ \ | |/
| * Added Wilson's HTML tweaks to the template error screenAdrian Holovaty2005-11-231-5/+5
| * Added Wilson's CSS tweaks to the template error screenAdrian Holovaty2005-11-231-2/+4
| * Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty2005-11-2310-240/+455
| * Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM templateAdrian Holovaty2005-11-231-0/+1
| * Added better error handling for trailing periods in URLconf include()sAdrian Holovaty2005-11-231-2/+6
| * Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron SwartzAdrian Holovaty2005-11-231-1/+3
| * updated all message files for translation hooks from [1368]Georg Bauer2005-11-2338-111/+1398
| * another update for the german translations fileGeorg Bauer2005-11-232-14/+83
| * updated message files for new translation targets (comments) and updated 'de'...Georg Bauer2005-11-2338-78/+5028
| * Applied translation strings from new-admin to contrib.admin.views.docAdrian Holovaty2005-11-231-24/+24
| * made the message when locale/ or conf/locale/ could not be found a bit more c...Georg Bauer2005-11-231-1/+6
| * Added translation strings to django.contrib.comments. Taken from new-admin.Adrian Holovaty2005-11-234-62/+77
| * updated 'sk' translations. Fixes #881Georg Bauer2005-11-222-98/+95
* | Removed old filter parserRobert Wittams2005-11-231-173/+16
* | Fix #885Robert Wittams2005-11-231-2/+4
* | new-admin: Negligible syntax changes in django.views.debug in preparation for...Adrian Holovaty2005-11-231-70/+64
* | new-admin: Negligible syntax changes in django.core.template in preparation f...Adrian Holovaty2005-11-235-53/+54
* | Exception handling fix for change lists. Cheers plisk.Robert Wittams2005-11-231-2/+2
* | test-commitGeorg Bauer2005-11-231-1/+1
* | fixed missing """ in the codeGeorg Bauer2005-11-221-0/+2
* | new_admin: updated message files to reflect code moves and fixed some small m...Georg Bauer2005-11-2238-2073/+2026
* | Merged to trunk r1359Robert Wittams2005-11-2258-1016/+1795
|\ \ | |/
| * added translation hooks to timesince and updated message files to reflect the...Georg Bauer2005-11-2239-1358/+2126
| * preliminary fix for DATE_FORMAT and friends in 'cs' translationGeorg Bauer2005-11-222-4/+4
| * Fixed grammar error in error message from [1355]Adrian Holovaty2005-11-221-1/+1
| * Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLAS...Adrian Holovaty2005-11-221-1/+4
| * Added docs/add_ons.txt -- small documentation of contribAdrian Holovaty2005-11-221-0/+66
| * Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhangAdrian Holovaty2005-11-221-2/+2
| * Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtekAdrian Holovaty2005-11-221-1/+1
| * Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...Adrian Holovaty2005-11-221-2/+2
| * Changed views.defaults page_not_found and server_error to pass in optional te...Adrian Holovaty2005-11-221-4/+4
| * Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty2005-11-223-1/+86
| * Changed package_data formatting in setup.py to match that of new-adminAdrian Holovaty2005-11-221-5/+8
| * Tiny logic tightening in core.template.loader -- taken from new-adminAdrian Holovaty2005-11-221-2/+2
| * Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-a...Adrian Holovaty2005-11-221-1/+1
| * Fixed bug in docs/templates.txtAdrian Holovaty2005-11-221-1/+1
| * Beefed up docs for floatformat template filterAdrian Holovaty2005-11-221-2/+6
| * Fixed formatting bug in docs/templates.txtAdrian Holovaty2005-11-221-0/+1
| * Fixed use of "_" in RelaxNGCompact validator which was conflicting with gette...Jacob Kaplan-Moss2005-11-221-1/+1
| * fixes #869 - updated 'sk' translationGeorg Bauer2005-11-212-146/+148
| * Fixed #866: static.serve view no longer opens files in text mode -- thanks, E...Jacob Kaplan-Moss2005-11-211-1/+1
| * fixed a bug with some validators that used parameterized gettext_lazy strings...Georg Bauer2005-11-211-8/+10
| * fixed a bug that prevented the unique validation to workGeorg Bauer2005-11-211-1/+1
| * fixes #753 - ValidationError and CriticalValidationError now accept both stri...Georg Bauer2005-11-212-3/+12
| * Fixed #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie...Adrian Holovaty2005-11-212-13/+56
| * Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty2005-11-215-53/+56
| * Added unit tests to verify OneToOne deletion worksAdrian Holovaty2005-11-211-0/+3