summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2005-12-06Improved django.contrib.admin.views.main to raise ImproperlyConfigured if adm...Adrian Holovaty
2005-12-05Fixed bug in get_next_by_FOO/get_previous_by_FOO methods that caused a databa...Jacob Kaplan-Moss
2005-12-05fixes #997 - updated 'sr' translationGeorg Bauer
2005-12-05Changed CommonMiddleware so it doesn't assume HTTP_HOST is set.Adrian Holovaty
2005-12-05Fixed #982 -- Added '__ne__' support for Django models, which apparently wasn...Adrian Holovaty
2005-12-04fixed #995 - updated 'it' translations for JavaScriptGeorg Bauer
2005-12-04fixes #993 - updated 'cy' translationsGeorg Bauer
2005-12-04reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer
2005-12-04added more translation hooks for calendar (month names and day first characte...Georg Bauer
2005-12-04fixes #991 - updated 'sv' translationsGeorg Bauer
2005-12-04fixes #990 - updated 'zh_CN' translationGeorg Bauer
2005-12-04updated all message files for possible new message IDs and new line numbersGeorg Bauer
2005-12-04fixes #989 - new 'no' translations for JavaScriptGeorg Bauer
2005-12-04fixes #988 - new djangjs translation for 'it'Georg Bauer
2005-12-04limit packages in javascript_catalog to settings.INSTALLED_APPS and 'django.c...Georg Bauer
2005-12-04first take at admin JavaScript translation - translation hooks for the calend...Georg Bauer
2005-12-04added infrastructure code for later javascript translating (currently not act...Georg Bauer
2005-12-03again fix for the popen3 calls in make-messages.py - thx. OlivierGeorg Bauer
2005-12-03added 'b' modifier to popen3 calls in make-messages.py to help getting it to ...Georg Bauer
2005-12-02Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Ol...Adrian Holovaty
2005-12-01fixes #976 - updated 'sk' translationGeorg Bauer
2005-12-01fixes #956, #969 and #955 - updated 'gl', 'sk' and 'es' translationsGeorg Bauer
2005-12-01Fixed #951 -- Admin bookmarklets no longer assume admin is rooted at '/'Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-12-01Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ...Adrian Holovaty
2005-12-01Fixed #971 -- inspectdb for SQLite now introspects field types.Adrian Holovaty
2005-12-01Fixed #965 -- 'django-admin.py sqlsequencereset' now includes m2m tables. Tha...Adrian Holovaty
2005-12-01Fixed #452 -- Fixed bug in generated DB API for models that have two ManyToMa...Adrian Holovaty
2005-12-01Improved model validator to throw error if a model has two ManyToMany relatio...Adrian Holovaty
2005-12-01Small fix to a comment in django.core.meta.initAdrian Holovaty
2005-12-01Fixed #757: manually set AutoField values are now respected; also added unit ...Jacob Kaplan-Moss
2005-11-30Added allow_empty hook to archive_index date-based generic view.Adrian Holovaty
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Small simplification to request.GET.items() call in contrib.admin.views.main....Adrian Holovaty
2005-11-30Fixed bug in [1504] admin/views/main.pyAdrian Holovaty
2005-11-30Fixed bug in QueryDict parse_sql() call under mod_python, which requires quer...Adrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Moved parse_sql import in django.utils.httpwrappers to the top of the module,...Adrian Holovaty
2005-11-30Small importing change in django.utils.httpwrappers. Refs #736.Adrian Holovaty
2005-11-30Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty
2005-11-30Added django.contrib.auth, in preparation for moving stuff to itAdrian Holovaty
2005-11-30Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty
2005-11-30Fixed #962 -- Gave filter-registration decorator a return statement. Thanks, ...Adrian Holovaty
2005-11-29Added mod_python authentication handler and document on authenticating agains...Jacob Kaplan-Moss
2005-11-29Fixed #954 -- Many-to-many raw_id_admin change page now displays original obj...Adrian Holovaty
2005-11-29Added a GOTCHA comment in django/core/template/init.pyAdrian Holovaty
2005-11-29Negligible spacing fix to admin/templates/widget/foreign.htmlAdrian Holovaty
2005-11-29Negligible spacing fix to admin.templatetags.admin_modifyAdrian Holovaty
2005-11-29Fixed error in raw_id_admin on ManyToManyFields caused by [1434] -- they were...Adrian Holovaty
2005-11-29Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...Adrian Holovaty