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