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-29
Added C8E to AUTHORS
Adrian Holovaty
2005-11-29
Clarified wording about deprecated features (thanks, Wilson)
Jacob Kaplan-Moss
2005-11-29
Fixed typo in docs/admin_css.txt. Thanks, Daniel
Adrian Holovaty
2005-11-29
Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj...
Adrian Holovaty
2005-11-29
Added a GOTCHA comment in django/core/template/init.py
Adrian Holovaty
2005-11-29
Negligible spacing fix to admin/templates/widget/foreign.html
Adrian Holovaty
2005-11-29
Negligible spacing fix to admin.templatetags.admin_modify
Adrian Holovaty
2005-11-29
Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...
Adrian Holovaty
2005-11-29
Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...
Adrian Holovaty
2005-11-29
Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab...
Adrian Holovaty
2005-11-29
Fixed some tiny typos in docs/contributing.txt
Adrian Holovaty
2005-11-28
Restored {% debug %} template tag, which was inadvertently removed in [1443]
Adrian Holovaty
2005-11-28
Added "how to contribute to Django" document
Jacob Kaplan-Moss
2005-11-28
Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, nesh
Adrian Holovaty
2005-11-28
Fixed #947 -- Corrected is_paginated variable in list_detail generic view. Th...
Adrian Holovaty
2005-11-28
Fixed #943 -- Restored django-admin createsuperuser functionality with no arg...
Adrian Holovaty
2005-11-28
fixes #946 - updated 'cs' translation
Georg Bauer
2005-11-28
added a new translation tag for the search "go" button
Georg Bauer
2005-11-28
Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ...
Adrian Holovaty
2005-11-27
Fixed #938 -- Fixed bug in admin model docs with OneToOneField
Adrian Holovaty
2005-11-27
Fixed bug in contrib/admin/templates/admin_doc/model_detail.html
Adrian Holovaty
2005-11-27
Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f...
Adrian Holovaty
2005-11-27
Fixed #878 -- URLconf regex captures no longer have to be named groups. Old U...
Adrian Holovaty
2005-11-27
Removed unnecessary load_template_source() function in django/core/template/l...
Adrian Holovaty
2005-11-27
Fixed #917 -- Made admin change_list view overridable by custom templates
Adrian Holovaty
2005-11-27
Moved {% extends %} tag to top of template for admin/change_list.html
Adrian Holovaty
2005-11-27
Fixed #931 -- Fixed unordered_list template filter
Adrian Holovaty
2005-11-27
Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank...
Adrian Holovaty
2005-11-27
fixes #932 - updated 'cs' translation
Georg Bauer
2005-11-27
Moved parts/admin/doc.py to contrib/admin/utils.py, where it belongs. Also ca...
Adrian Holovaty
2005-11-27
Fixed #928 -- Fixed admin documentation breakage after [1443]. Thanks for rep...
Adrian Holovaty
2005-11-27
Changed template library system so that it looks for a module-level variable ...
Adrian Holovaty
2005-11-27
Fixed missing {% load i18n %} in admin/templates/admin_doc/bookmarklets.html
Adrian Holovaty
2005-11-27
fixes #929 - updated 'sr' translation
Georg Bauer
2005-11-27
Added nesh's full name to AUTHORS
Adrian Holovaty
2005-11-27
Added a 'Directory listings' section to docs/static_files.txt
Adrian Holovaty
2005-11-27
Fixed ReST error in [1455]
Adrian Holovaty
2005-11-27
Added note to docs/static_files.txt about serving static files in production
Adrian Holovaty
2005-11-27
Added docs/static_files.txt
Adrian Holovaty
2005-11-27
Fixed several bugs in docs/url_dispatch.txt, and made several clarifications
Adrian Holovaty
2005-11-27
Added robots meta tag to views.static.serve to block robots from indexing and...
Adrian Holovaty
2005-11-27
Improved docs/modpython.txt to add note about debugging under mod_python with...
Adrian Holovaty
2005-11-27
Fixed ReST error in docs/templates_python.txt. Thanks, EABinGA
Adrian Holovaty
2005-11-27
Fixed bug in [1443] -- slice filter was registered as 'slice_'
Adrian Holovaty
2005-11-27
loading of templates in includes now reraises the template loading exception ...
Georg Bauer
2005-11-27
unknown sources are now shown correctly as <unknown source> (before it was sh...
Georg Bauer
2005-11-26
Fixed bug in [1443] -- Missing Context import in django.core.template.loader
Adrian Holovaty
2005-11-26
Fixed bug in [1443] -- renamed compile_filters call to compile_filter
Adrian Holovaty
2005-11-26
Fixed bug in [1443] -- a decorator call was left in
Adrian Holovaty
2005-11-26
Fixed #911 -- Made template system scoped to the parser instead of the templa...
Adrian Holovaty
[next]