summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01Fixed typo in docs/templates.txt. Thanks, pbxAdrian 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 #964 -- Added helpful error message if there's a problem in running the...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-01Added unit tests to confirm #452. Refs #452.Adrian Holovaty
2005-12-01Fixed bug in basic.py model unit tests caused by [1511] -- the special-case M...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-30Added Jason Davies to AUTHORSAdrian 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-29Fixed small ReST error in [1495]Jacob Kaplan-Moss
2005-11-29Added mod_python authentication handler and document on authenticating agains...Jacob Kaplan-Moss
2005-11-29Changed URL for cygnus in AUTHORSAdrian Holovaty
2005-11-29Added cygnus to AUTHORSAdrian Holovaty
2005-11-29Added C8E to AUTHORSAdrian Holovaty
2005-11-29Clarified wording about deprecated features (thanks, Wilson)Jacob Kaplan-Moss
2005-11-29Fixed typo in docs/admin_css.txt. Thanks, DanielAdrian Holovaty
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
2005-11-29Fixed #490 -- Fixed incorrect handling of cursor.rowcount in yet-unused datab...Adrian Holovaty
2005-11-29Fixed some tiny typos in docs/contributing.txtAdrian Holovaty
2005-11-28Restored {% debug %} template tag, which was inadvertently removed in [1443]Adrian Holovaty
2005-11-28Added "how to contribute to Django" documentJacob Kaplan-Moss
2005-11-28Fixed #950 -- Fixed typo in admin bookmarklets template. Thanks, neshAdrian Holovaty