summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merged to trunk 1432archive/attic/new-adminattic/new-adminRobert Wittams2005-11-251-1/+1
|\
| * Fixed #906 - thanks, EsajJacob Kaplan-Moss2005-11-251-1/+1
| * Fixed #882 -- Fixed bug when doing django-admin.py sqlclear with SQLite. Than...Adrian Holovaty2005-11-252-0/+2
| * Fixed #830 -- Added an AUTHORS file, which is inevitably incompleteAdrian Holovaty2005-11-251-0/+96
| * Fixed typo in docs/model-api.txtAdrian Holovaty2005-11-251-1/+1
| * Added translation strings to django/core/meta/fields.py. Taken from new-admin.Adrian Holovaty2005-11-251-11/+12
| * Added translation strings to core/formfields.py. Taken from new-admin.Adrian Holovaty2005-11-251-11/+13
| * new-admin and trunk: Normalized spacing differences in bin/validate.py betwee...Adrian Holovaty2005-11-251-4/+12
| * Added translation strings to django/contrib/admin/views/decorators.py. Taken ...Adrian Holovaty2005-11-251-6/+5
| * Negligible spacing change in tests/othertests/templates.pyAdrian Holovaty2005-11-251-1/+2
| * Tiny formatting changes to templatetags/i18n.pyAdrian Holovaty2005-11-251-22/+7
| * Converted django.contrib.admin.templatetags.adminmedia to use simple_tag deco...Adrian Holovaty2005-11-251-16/+8
| * Fixed #625 -- Added template-tag decorators simple_tag and inclusion_tag. Tak...Adrian Holovaty2005-11-251-0/+67
| * and another little fix to the email sending stuff on password_reset - using C...Georg Bauer2005-11-251-1/+1
* | new-admin: Merged to trunk 1430Adrian Holovaty2005-11-253-1/+99
* | new-admin: Negligible formatting changes to admin.templatetags.admin_list and...Adrian Holovaty2005-11-252-180/+172
* | new-admin: Added docstring to contrib.admin.filterspecs and cleaned up spacingAdrian Holovaty2005-11-251-56/+63
* | new-admin: Merged to trunk 1424Adrian Holovaty2005-11-255-41/+18
* | new-admin: Negligible spacing change in d.c.m.initAdrian Holovaty2005-11-251-4/+4
* | newadmin: Added missing ngettext import in core/formfields.pyAdrian Holovaty2005-11-251-1/+1
* | new-admin and trunk: Normalized spacing differences in bin/validate.py betwee...Adrian Holovaty2005-11-251-8/+7
* | new-admin: Negligible space change to contrib/admin/templates/admin/index.htm...Adrian Holovaty2005-11-251-0/+1
* | new-admin: Negligible formatting changes to django/core/formfields.py and fix...Adrian Holovaty2005-11-251-27/+23
* | new-admin: Removed space at top of views/debug.py moduleAdrian Holovaty2005-11-251-1/+0
* | new-admin: Negligible formatting changes to django/core/meta/fields.pyAdrian Holovaty2005-11-251-43/+34
* | new-admin: Negligible formatting changes to django/core/meta/__init__.pyAdrian Holovaty2005-11-251-63/+59
* | Merged to trunk 1407Robert Wittams2005-11-2512-53/+107
|\ \ | |/
| * now really fixed the source formatting. brought to you by the magics of IRC-b...Georg Bauer2005-11-251-7/+6
| * just another small fix to the template_debug layoutGeorg Bauer2005-11-241-2/+2
| * fixed debug view for templates so it starts counting with 1Georg Bauer2005-11-241-0/+1
| * mail sending used Template.render, but passed only a dictionary, not a Contex...Georg Bauer2005-11-241-1/+1
| * small fix to the template_debug stuff, it was dropping last characters and di...Georg Bauer2005-11-241-3/+2
| * Fixed #896 -- Fixed error in filesystem serve view in Windows. Thanks, Petar ...Adrian Holovaty2005-11-241-1/+1
| * Converted django/models/__init__.py to use unix newlines, not DOSAdrian Holovaty2005-11-241-92/+92
| * Fixed #892 -- TemplateDoesNotExist errors now get a 'Template-loader postmort...Adrian Holovaty2005-11-241-4/+43
| * Added a get_template_sources generator function to filesystem and app_directo...Adrian Holovaty2005-11-243-6/+12
| * fixes #898 - updated 'sk' translation. Additional a small fix in the 'de' tra...Georg Bauer2005-11-244-207/+211
| * fixed a typo in a trans template tag. Thx David Ascher (on IRC)Georg Bauer2005-11-241-1/+1
| * Fixed small typo in User object; thanks David AscherJacob Kaplan-Moss2005-11-241-1/+1
| * Updated django.utils.translation due to template changes from [1379]. From ne...Adrian Holovaty2005-11-241-2/+2
* | new-admin: Negligible formatting changes to admin.templatetgas.admin_modify a...Adrian Holovaty2005-11-242-98/+82
* | newadmin: Converted django/models/__init__.py to use unix newlines, not DOSAdrian Holovaty2005-11-241-95/+95
* | new-admin: Normalized spacing in admin template tagsAdrian Holovaty2005-11-2412-85/+75
* | new-admin: Fixed spacing issue in setup.pyAdrian Holovaty2005-11-241-1/+1
* | new-admin: Changed runtests.py not to display full exception if test database...Adrian Holovaty2005-11-241-2/+1
* | new-admin: Fixed spacing issues in template testsAdrian Holovaty2005-11-241-2/+2
* | new-admin: Changed django.core.management.init to sys.exit(1) instead of rais...Adrian Holovaty2005-11-241-2/+2
* | new-admin: Removed django/contrib/admin/media/css/template_errors.css -- it w...Adrian Holovaty2005-11-241-8/+0
* | new_admin: merged to trunk r1385Georg Bauer2005-11-242-4/+22
|\ \ | |/
| * changed the linebreaks_iter function to use str.find instead of re.finditer, ...Georg Bauer2005-11-241-4/+5