1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00
django/django
2006-06-08 00:13:52 +00:00
..
bin
conf fixed #2090: fixed bad charset header in po file 2006-06-06 15:13:16 +00:00
contrib Fixed #2100 -- Made some remaining parts of the admin changelist translatable. Thanks, ramiro 2006-06-07 03:17:58 +00:00
core Fixed #1503 -- Improved model validator to throw an error if a model doesn't manually define a primary key and has a field named 'id', which conflicts with the auto-primary-key convention. Thanks, mir@noris.de 2006-06-07 04:22:42 +00:00
db Fixed #2108 -- do not try to save an empty model. 2006-06-08 00:13:52 +00:00
dispatch
forms Eliminated lots of mutable default arguments (since they are bugs 2006-06-03 13:37:34 +00:00
http
middleware
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Small improvement to django.template.resolve_variable -- isdigit() instead of 0123456789 2006-06-07 04:12:39 +00:00
templatetags
utils Added django.utils.text.smart_split. Thanks, ckknight 2006-06-07 06:08:23 +00:00
views Fixed #2075 -- Added 'page' parameter to object_list generic view. Thanks, kanashii@kanashii.ca 2006-06-03 22:06:48 +00:00
__init__.py