summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2005-11-27Fixed #931 -- Fixed unordered_list template filterAdrian Holovaty
2005-11-27Changed template library system so that it looks for a module-level variable ...Adrian Holovaty
2005-11-27Fixed bug in [1443] -- slice filter was registered as 'slice_'Adrian Holovaty
2005-11-27loading of templates in includes now reraises the template loading exception ...Georg Bauer
2005-11-27unknown sources are now shown correctly as <unknown source> (before it was sh...Georg Bauer
2005-11-26Fixed bug in [1443] -- Missing Context import in django.core.template.loaderAdrian Holovaty
2005-11-26Fixed bug in [1443] -- renamed compile_filters call to compile_filterAdrian Holovaty
2005-11-26Fixed bug in [1443] -- a decorator call was left inAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-26Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. Th...Adrian Holovaty
2005-11-25MERGED NEW-ADMIN BRANCH (except for po/mo files, which will come in a separat...Adrian Holovaty
2005-11-25Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than...Adrian Holovaty
2005-11-25Added translation strings to django/core/meta/fields.py. Taken from new-admin.Adrian Holovaty
2005-11-25Added translation strings to core/formfields.py. Taken from new-admin.Adrian Holovaty
2005-11-25Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak...Adrian Holovaty
2005-11-24Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty
2005-11-23Fixed #603 -- Added template debugging errors to pretty error-page output, if...Adrian Holovaty
2005-11-23Added better error handling for trailing periods in URLconf include()sAdrian Holovaty
2005-11-22Fixed grammar error in error message from [1355]Adrian Holovaty
2005-11-22Fixed #879 -- Middleware loader now throws a better error for MIDDLEWARE_CLAS...Adrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty
2005-11-22Tiny logic tightening in core.template.loader -- taken from new-adminAdrian Holovaty
2005-11-22Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match new-a...Adrian Holovaty
2005-11-22Fixed use of "_" in RelaxNGCompact validator which was conflicting with gette...Jacob Kaplan-Moss
2005-11-21fixed a bug with some validators that used parameterized gettext_lazy strings...Georg Bauer
2005-11-21fixed a bug that prevented the unique validation to workGeorg Bauer
2005-11-21fixes #753 - ValidationError and CriticalValidationError now accept both stri...Georg Bauer
2005-11-21Fixed #800 -- Fixed bug in treatement of underscores and percent signs in SQL...Adrian Holovaty
2005-11-21Fixed #861 -- Model validator now validates unique_togetherAdrian Holovaty
2005-11-21Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique...Adrian Holovaty
2005-11-21Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...Adrian Holovaty
2005-11-20Gave formfields.EmailField a maxlength kwargAdrian Holovaty
2005-11-20Gave EmailField a get_internal_type() method and removed it from DATA_TYPES i...Adrian Holovaty
2005-11-20Fixed #484 -- Model validator now raises an error for FloatFields without max...Adrian Holovaty
2005-11-20Fixed #527 and #768 -- Fixed longstanding bug with OneToOneFields. All unit t...Adrian Holovaty
2005-11-17Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank...Adrian Holovaty
2005-11-16Changed FormWrapper.fields (from [1253]) to be a property, so that it's only ...Adrian Holovaty
2005-11-15Fixed #587 - iteration through formfields in a FormWrapper is now allowed (th...Jacob Kaplan-Moss
2005-11-15Fixed bug in postgresql backend that prevented the user of passwords with spa...Jacob Kaplan-Moss
2005-11-14Added "pretty" error pages to be used when DEBUG is True.Jacob Kaplan-Moss
2005-11-14Fixed #121 -- Django now quotes all names in SQL queries. Also added unit tes...Adrian Holovaty
2005-11-13Moved db.quote_name from a model-level function to a method of DatabaseWrappe...Adrian Holovaty
2005-11-12fixes #764 - the TokenParser now respects string parameters to filters that c...Georg Bauer
2005-11-12Fixed #778 -- Improved isExistingURL validator not to raise ValidationError f...Adrian Holovaty
2005-11-12Completely refactored legacy RSS framework to the new django.contrib.syndicat...Adrian Holovaty
2005-11-11Implemented quote_name() for ado_mssql DB backend. Thanks, Jakub Labath and E...Adrian Holovaty
2005-11-10Fixed #763 -- cache system now catches OSError for os.remove() call. Thanks, ...Adrian Holovaty
2005-11-10Fixed #724 -- Ensured get_next_by_FOO() and get_previous_by_FOO() methods don...Adrian Holovaty
2005-11-09Fixed #686 -- django-admin.py sqlreset and sqlclear no longer assume the admi...Adrian Holovaty
2005-11-09Fixed #683 -- Lightly refactored meta.fields.Field to add an attname attribute.Adrian Holovaty