index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-30
Moved Apache auth handler to django/contrib/auth/handlers/modpython.py
Adrian Holovaty
2005-11-30
Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ...
Adrian Holovaty
2005-11-29
Added mod_python authentication handler and document on authenticating agains...
Jacob Kaplan-Moss
2005-11-29
Added a GOTCHA comment in django/core/template/init.py
Adrian Holovaty
2005-11-29
Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...
Adrian Holovaty
2005-11-29
Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...
Adrian Holovaty
2005-11-29
Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab...
Adrian Holovaty
2005-11-28
Restored {% debug %} template tag, which was inadvertently removed in [1443]
Adrian Holovaty
2005-11-28
Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ...
Adrian Holovaty
2005-11-27
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...
Adrian Holovaty
2005-11-27
Removed unnecessary load_template_source() function in django/core/template/l...
Adrian Holovaty
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
[prev]
[next]