summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-11-25Merged to trunk 1432archive/attic/new-adminRobert Wittams
2005-11-25Fixed #906 - thanks, EsajJacob Kaplan-Moss
2005-11-25new-admin: Merged to trunk 1430Adrian Holovaty
2005-11-25new-admin: Negligible formatting changes to admin.templatetags.admin_list and...Adrian Holovaty
2005-11-25Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than...Adrian Holovaty
2005-11-25Fixed #830 -- Added an AUTHORS file, which is inevitably incompleteAdrian Holovaty
2005-11-25new-admin: Added docstring to contrib.admin.filterspecs and cleaned up spacingAdrian Holovaty
2005-11-25Fixed typo in docs/model-api.txtAdrian Holovaty
2005-11-25new-admin: Merged to trunk 1424Adrian Holovaty
2005-11-25new-admin: Negligible spacing change in d.c.m.initAdrian Holovaty
2005-11-25Added translation strings to django/core/meta/fields.py. Taken from new-admin.Adrian Holovaty
2005-11-25Added translation strings to core/formfields.py. Taken from new-admin.Adrian Holovaty
2005-11-25newadmin: Added missing ngettext import in core/formfields.pyAdrian Holovaty
2005-11-25new-admin and trunk: Normalized spacing differences in bin/validate.py betwee...Adrian Holovaty
2005-11-25new-admin and trunk: Normalized spacing differences in bin/validate.py betwee...Adrian Holovaty
2005-11-25new-admin: Negligible space change to contrib/admin/templates/admin/index.htm...Adrian Holovaty
2005-11-25Added translation strings to django/contrib/admin/views/decorators.py. Taken ...Adrian Holovaty
2005-11-25new-admin: Negligible formatting changes to django/core/formfields.py and fix...Adrian Holovaty
2005-11-25Negligible spacing change in tests/othertests/templates.pyAdrian Holovaty
2005-11-25new-admin: Removed space at top of views/debug.py moduleAdrian Holovaty
2005-11-25new-admin: Negligible formatting changes to django/core/meta/fields.pyAdrian Holovaty
2005-11-25new-admin: Negligible formatting changes to django/core/meta/__init__.pyAdrian Holovaty
2005-11-25Tiny formatting changes to templatetags/i18n.pyAdrian Holovaty
2005-11-25Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco...Adrian Holovaty
2005-11-25Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak...Adrian Holovaty
2005-11-25and another little fix to the email sending stuff on password_reset - using C...Georg Bauer
2005-11-25Merged to trunk 1407Robert Wittams
2005-11-25now really fixed the source formatting. brought to you by the magics of IRC-b...Georg Bauer
2005-11-24just another small fix to the template_debug layoutGeorg Bauer
2005-11-24fixed debug view for templates so it starts counting with 1Georg Bauer
2005-11-24mail sending used Template.render, but passed only a dictionary, not a Contex...Georg Bauer
2005-11-24small fix to the template_debug stuff, it was dropping last characters and di...Georg Bauer
2005-11-24Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ...Adrian Holovaty
2005-11-24Converted django/models/__init__.py to use unix newlines, not DOSAdrian Holovaty
2005-11-24Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...Adrian Holovaty
2005-11-24Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty
2005-11-24fixes #898 - updated 'sk' translation. Additional a small fix in the 'de' tra...Georg Bauer
2005-11-24fixed a typo in a trans template tag. Thx David Ascher (on IRC)Georg Bauer
2005-11-24Fixed small typo in User object; thanks David AscherJacob Kaplan-Moss
2005-11-24new-admin: Negligible formatting changes to admin.templatetgas.admin_modify a...Adrian Holovaty
2005-11-24newadmin: Converted django/models/__init__.py to use unix newlines, not DOSAdrian Holovaty
2005-11-24new-admin: Normalized spacing in admin template tagsAdrian Holovaty
2005-11-24new-admin: Fixed spacing issue in setup.pyAdrian Holovaty
2005-11-24new-admin: Changed runtests.py not to display full exception if test database...Adrian Holovaty
2005-11-24new-admin: Fixed spacing issues in template testsAdrian Holovaty
2005-11-24new-admin: Changed django.core.management.init to sys.exit(1) instead of rais...Adrian Holovaty
2005-11-24Updated django.utils.translation due to template changes from [1379]. From ne...Adrian Holovaty
2005-11-24new-admin: Removed django/contrib/admin/media/css/template_errors.css -- it w...Adrian Holovaty
2005-11-24new_admin: merged to trunk r1385Georg Bauer
2005-11-24changed the linebreaks_iter function to use str.find instead of re.finditer, ...Georg Bauer