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
Age
Commit message (
Expand
)
Author
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
fixes #869 - updated 'sk' translation
Georg Bauer
2005-11-21
Fixed #866: static.serve view no longer opens files in text mode -- thanks, E...
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 #273 -- BACKWARDS-INCOMPATIBLE CHANGE -- Changed auth.User.password fie...
Adrian Holovaty
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-20
Added SESSION_SAVE_EVERY_REQUEST setting.
Adrian Holovaty
2005-11-20
Fixed #842 -- 500 error view no longer breaks for local variable named 'items...
Adrian Holovaty
2005-11-20
Fixed #845 -- flatpages middleware no longer throws 404 exception for DEBUG=T...
Adrian Holovaty
2005-11-18
fixes #837: updated 'ru' translation
Georg Bauer
2005-11-18
Added feed configurations for django.contrib.comments
Jacob Kaplan-Moss
2005-11-17
fixes #821 - updated slovak translation
Georg Bauer
2005-11-17
Fixed #825; thanks for the suggestions, aaronsw
Jacob Kaplan-Moss
2005-11-17
Fixed #827 -- For admin list_display functions without a short_description, D...
Adrian Holovaty
2005-11-17
Fixed #815 -- 'select' keyword in DB API calls is now quoted correctly. Thank...
Adrian Holovaty
2005-11-17
Fixed #823 - cleaned up invalid HTML in debug error template. Thanks, Sune
Jacob Kaplan-Moss
2005-11-17
Fixed #822 -- Changed 500 view to use disclosure triangles instead of up/down...
Adrian Holovaty
2005-11-16
fixes #728, updated no translation
Georg Bauer
2005-11-16
fixes #807, #809 and #818 - updated translations for fr, zh_CN and ru.
Georg Bauer
2005-11-16
fixed a bug that happened only if the very first gettext call was an ngettext
Georg Bauer
2005-11-16
Changed 'django-admin.py startapp' application template to use views.py inste...
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
fixes #804 - updated slovak translation
Georg Bauer
2005-11-15
added new danish translation
Georg Bauer
2005-11-15
Added django.views.generic.simple.redirect_to view for issuing simple redirec...
Jacob Kaplan-Moss
2005-11-15
Added django.views.generic.simple.direct_to_template which renders a given te...
Jacob Kaplan-Moss
2005-11-15
Fixed #796 -- Gave AnonymousUser a has_module_perms method.
Adrian Holovaty
2005-11-15
Fixed #799: any setting with "SECRET" or "PASSWORD" in the name is escaped in...
Jacob Kaplan-Moss
2005-11-15
added missing docstring to the blocktrans template tag
Georg Bauer
2005-11-15
Fixed bug in postgresql backend that prevented the user of passwords with spa...
Jacob Kaplan-Moss
2005-11-14
Added NOINDEX tag to debug 500 page (for robots)
Jacob Kaplan-Moss
2005-11-14
Added "pretty" error pages to be used when DEBUG is True.
Jacob Kaplan-Moss
2005-11-14
fixes #790 and #791 - updated cs and sk translations
Georg Bauer
2005-11-14
fixes bug with blocktrans and parameters not actually doing the translation (...
Georg Bauer
2005-11-14
added the missing icenlandic message file (didn't svn add last time and didn'...
Georg Bauer
2005-11-14
Fixed #787 -- High-level syndication framework now picks up author details. A...
Adrian Holovaty
2005-11-14
Improved Atom feed-generating framework to output <link rel='self'>. Added a ...
Adrian Holovaty
2005-11-14
Fixed #784 -- Atom feeds now use RFC3339 datetime format
Adrian Holovaty
[next]