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
Age
Commit message (
Expand
)
Author
2005-11-24
Fixed small typo in User object; thanks David Ascher
Jacob Kaplan-Moss
2005-11-24
Updated django.utils.translation due to template changes from [1379]. From ne...
Adrian Holovaty
2005-11-24
changed the linebreaks_iter function to use str.find instead of re.finditer, ...
Georg Bauer
2005-11-23
Added TEMPLATE_DEBUG to docs/settings.txt
Adrian Holovaty
2005-11-23
Added Wilson's HTML tweaks to the template error screen
Adrian Holovaty
2005-11-23
Added Wilson's CSS tweaks to the template error screen
Adrian Holovaty
2005-11-23
Fixed #603 -- Added template debugging errors to pretty error-page output, if...
Adrian Holovaty
2005-11-23
Fixed missing {% load i18n %} tag in comments FREE_COMMENT_FORM template
Adrian Holovaty
2005-11-23
Added better error handling for trailing periods in URLconf include()s
Adrian Holovaty
2005-11-23
Fixed #886 -- timesince utility now supports microseconds. Thanks, Aaron Swartz
Adrian Holovaty
2005-11-23
updated all message files for translation hooks from [1368]
Georg Bauer
2005-11-23
another update for the german translations file
Georg Bauer
2005-11-23
updated message files for new translation targets (comments) and updated 'de'...
Georg Bauer
2005-11-23
Applied translation strings from new-admin to contrib.admin.views.doc
Adrian Holovaty
2005-11-23
made the message when locale/ or conf/locale/ could not be found a bit more c...
Georg Bauer
2005-11-23
Added translation strings to django.contrib.comments. Taken from new-admin.
Adrian Holovaty
2005-11-22
updated 'sk' translations. Fixes #881
Georg Bauer
2005-11-22
added translation hooks to timesince and updated message files to reflect the...
Georg Bauer
2005-11-22
preliminary fix for DATE_FORMAT and friends in 'cs' translation
Georg Bauer
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
Added docs/add_ons.txt -- small documentation of contrib
Adrian Holovaty
2005-11-22
Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhang
Adrian Holovaty
2005-11-22
Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtek
Adrian Holovaty
2005-11-22
Fixed #874 -- Changed debug views to use text/html mime-type instead of DEFAU...
Adrian Holovaty
2005-11-22
Changed views.defaults page_not_found and server_error to pass in optional te...
Adrian Holovaty
2005-11-22
Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...
Adrian Holovaty
2005-11-22
Changed package_data formatting in setup.py to match that of new-admin
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 bug in docs/templates.txt
Adrian Holovaty
2005-11-22
Beefed up docs for floatformat template filter
Adrian Holovaty
2005-11-22
Fixed formatting bug in docs/templates.txt
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
Added unit tests to verify OneToOne deletion works
Adrian Holovaty
2005-11-21
Added unit tests to verify #800. Refs #800
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
Added clarification to TIME_ZONE setting docs
Adrian Holovaty
2005-11-21
Fixed #527 -- Changed method_get_related() to use rel.get_related_field() ins...
Adrian Holovaty
2005-11-20
Added 'Should I use the official version or development version?' question to...
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
[next]