2005-12-09 |
adrian | Fixed grammar error in docs from [1584]
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #857 -- Changed default session cookie name from...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #1032 -- CREATE TABLE SQL in Postgres now quotes...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed exception-handling bug in defaulttags SsiNode...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #967 -- 'tables' parameter in DB API is now only...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #975 -- JavaScript shortcut in raw_id_admin for...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #977 -- Fixed timesince() utility. Thanks, pgross...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #998 -- Fixed edge-case bug in debug view for...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #1006 -- Fixed error when using ChangeManipulator...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #1008 -- Added {{ block.super }} in change_form...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #1017 -- Admin now selects single choice for...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed inconsistent spacing in contrib.admin.views.main
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed inconsistent spacing in core/meta/fields.py
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Negligible quoting change to contrib/admin/templates...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #992 -- Fixed bug in archive_month generic view...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #972 -- Improved docs for 'choices' model field...
|
commit | commitdiff | tree |
2005-12-09 |
adrian | Fixed #927 -- Non-integer primary keys save() method...
|
commit | commitdiff | tree |
2005-12-07 |
adrian | Fixed #1022 -- Fixed bug in admin when deleting models...
|
commit | commitdiff | tree |
2005-12-07 |
adrian | Added 'It worked' page, in a empty_urlconf() view in...
|
commit | commitdiff | tree |
2005-12-07 |
adrian | Fixed #1009 -- Fixed small typo in HasAllowableSize...
|
commit | commitdiff | tree |
2005-12-07 |
adrian | Fixed #985 -- Fixed admin docs behavior if docutils...
|
commit | commitdiff | tree |
2005-12-07 |
adrian | Fixed #926 -- Fixed spacing in admin index template...
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Added conf/project_template/manage.py, which is a light...
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Negligible capitalization change in django.core.management
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Factored out django.core.management ACTION_MAPPING...
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Moved all logic from django-admin.py into django.core...
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Debug 400 page now displays special error message if...
|
commit | commitdiff | tree |
2005-12-06 |
adrian | Improved django.contrib.admin.views.main to raise Improperly...
|
commit | commitdiff | tree |
2005-12-05 |
adrian | Changed CommonMiddleware so it doesn't assume HTTP_HOST...
|
commit | commitdiff | tree |
2005-12-05 |
adrian | Fixed #982 -- Added '__ne__' support for Django models...
|
commit | commitdiff | tree |
2005-12-05 |
adrian | Added two more unit tests for #982 (which still pass...
|
commit | commitdiff | tree |
2005-12-05 |
adrian | Added unit tests for #982, but they're passing for...
|
commit | commitdiff | tree |
2005-12-04 |
adrian | Lightly reworded docs/i18n.txt section on JavaScript
|
commit | commitdiff | tree |
2005-12-02 |
adrian | Fixed #983 -- Made 'django-admin.py --help' output...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed typo in docs/templates.txt. Thanks, pbx
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #951 -- Admin bookmarklets no longer assume admin...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #893 -- Admin 'change password' and 'log out...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #964 -- Added helpful error message if there...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #816 -- FileFields now work in the create_update...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #971 -- inspectdb for SQLite now introspects...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #965 -- 'django-admin.py sqlsequencereset' now...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed #452 -- Fixed bug in generated DB API for models...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Added unit tests to confirm #452. Refs #452.
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Fixed bug in basic.py model unit tests caused by [1511...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Improved model validator to throw error if a model...
|
commit | commitdiff | tree |
2005-12-01 |
adrian | Small fix to a comment in django.core.meta.init
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Added allow_empty hook to archive_index date-based...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Added Jason Davies to AUTHORS
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed #251 -- Added OR support to queries, via the...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Small simplification to request.GET.items() call in...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed bug in [1504] admin/views/main.py
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed bug in QueryDict parse_sql() call under mod_python...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed #736 -- Changed behavior of QueryDict items(...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Moved parse_sql import in django.utils.httpwrappers...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Small importing change in django.utils.httpwrappers...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Moved Apache auth handler to django/contrib/auth/handlers...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Added django.contrib.auth, in preparation for moving...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed #709 -- Added a __contains__ method to MultiValueDict...
|
commit | commitdiff | tree |
2005-11-30 |
adrian | Fixed #962 -- Gave filter-registration decorator a...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Changed URL for cygnus in AUTHORS
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Added cygnus to AUTHORS
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Added C8E to AUTHORS
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed typo in docs/admin_css.txt. Thanks, Daniel
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed #954 -- Many-to-many raw_id_admin change page...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Added a GOTCHA comment in django/core/template/init.py
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Negligible spacing fix to admin/templates/widget/foreign...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Negligible spacing fix to admin.templatetags.admin_modify
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed error in raw_id_admin on ManyToManyFields caused...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed #460 -- Added 'django-admin.py inspectdb' support...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed #490 -- Fixed incorrect handling of cursor.rowcount...
|
commit | commitdiff | tree |
2005-11-29 |
adrian | Fixed some tiny typos in docs/contributing.txt
|
commit | commitdiff | tree |
2005-11-28 |
adrian | Restored {% debug %} template tag, which was inadvertently...
|
commit | commitdiff | tree |
2005-11-28 |
adrian | Fixed #950 -- Fixed typo in admin bookmarklets template...
|
commit | commitdiff | tree |
2005-11-28 |
adrian | Fixed #947 -- Corrected is_paginated variable in list_detail...
|
commit | commitdiff | tree |
2005-11-28 |
adrian | Fixed #943 -- Restored django-admin createsuperuser...
|
commit | commitdiff | tree |
2005-11-28 |
adrian | Fixed #798 and #715 -- Added optional arguments to...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #938 -- Fixed bug in admin model docs with OneToOneField
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed bug in contrib/admin/templates/admin_doc/model_detail...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Updated middleware.txt and url_dispatch.txt docs to...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #878 -- URLconf regex captures no longer have...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Removed unnecessary load_template_source() function...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #917 -- Made admin change_list view overridable...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Moved {% extends %} tag to top of template for admin...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #931 -- Fixed unordered_list template filter
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #933 -- Updated 'django-admin.py sql polls' output...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Moved parts/admin/doc.py to contrib/admin/utils.py...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed #928 -- Fixed admin documentation breakage after...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Changed template library system so that it looks for...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed missing {% load i18n %} in admin/templates/admin_doc...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Added nesh's full name to AUTHORS
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Added a 'Directory listings' section to docs/static_files.txt
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed ReST error in [1455]
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Added note to docs/static_files.txt about serving static...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Added docs/static_files.txt
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed several bugs in docs/url_dispatch.txt, and made...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Added robots meta tag to views.static.serve to block...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Improved docs/modpython.txt to add note about debugging...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed ReST error in docs/templates_python.txt. Thanks...
|
commit | commitdiff | tree |
2005-11-27 |
adrian | Fixed bug in [1443] -- slice filter was registered...
|
commit | commitdiff | tree |
2005-11-26 |
adrian | Fixed bug in [1443] -- Missing Context import in django...
|
commit | commitdiff | tree |