summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-07-28Whoop, left in an 'assert False' in [333]Adrian Holovaty
2005-07-28Fixed #218 -- Fixed admin change-list column sortingAdrian Holovaty
2005-07-27Fixed bug for models with a ForeignKey('self') and order_with_respect_toAdrian Holovaty
2005-07-26Fixed #187 -- Made admin view handle one-to-one relationships in which the pa...Adrian Holovaty
2005-07-26Changed django.core.management.get_sql_delete to be more robust when many-to-...Adrian Holovaty
2005-07-26Fixed #186 -- Refactored meta.py to remove duplicate code between function_ge...Adrian Holovaty
2005-07-26Fixed #143 -- Clarified the need for an environment variable in tutorial 1. T...Adrian Holovaty
2005-07-26Added breadcrumbs to password-reset and password-change admin templatesAdrian Holovaty
2005-07-26Changed admin logged_out template NOT to hard-code /admin/ as the 'Home'. Ref...Adrian Holovaty
2005-07-26Fixed #159 -- Admin users no longer have to log in to go to the 'log out' pag...Adrian Holovaty
2005-07-26Fixed #162 -- Admin log now records repr() before calling delete(), instead o...Adrian Holovaty
2005-07-26Fixed #206 -- 'django-admin sqlclear' now deletes from admin log to prevent r...Adrian Holovaty
2005-07-26Fixed #93 -- Fixed 'django-admin startproject' to use os.path.join instead of...Adrian Holovaty
2005-07-26Fixed #198 -- istartswith and iendswith weren't working properly. Thanks, bra...Adrian Holovaty
2005-07-26Fixed #161 -- Log output for 'django-admin runserver' no longer includes admi...Adrian Holovaty
2005-07-26Removed Adrian's note in the docstring of django.utils.feedgenerator -- it's ...Adrian Holovaty
2005-07-26Fixed #166 -- Added an 'in' lookup type to the database APIAdrian Holovaty
2005-07-26Added 'ne' lookup type to docs/db-apiAdrian Holovaty
2005-07-26Fixed #163 -- Added 'pk' database API option, which is a shorthand for (prima...Adrian Holovaty
2005-07-26Fixed #203 -- Added explicit comma to tutorial 2. Thanks, sirpete@iki.fiAdrian Holovaty
2005-07-26Fixed #204 -- Changed 'django-admin createsuperuser' to disallow blank passwordsAdrian Holovaty
2005-07-26Fixed #207 -- thanks, Mathieu.Jacob Kaplan-Moss
2005-07-26Removed 'use_numeric_months' parameter in generic date views (from [308]) in ...Adrian Holovaty
2005-07-25Fixed #193 -- thanks (again), steadicatJacob Kaplan-Moss
2005-07-25Fixed #194 -- thanks, steadicat!Jacob Kaplan-Moss
2005-07-25Fixed #197 -- thanks for finding that, mmarshallJacob Kaplan-Moss
2005-07-25Fixed #196: date-based generic views now have a "use_numeric_months" option i...Jacob Kaplan-Moss
2005-07-25Fixed #195: generic views now allow callables in extra_context dicts -- thank...Jacob Kaplan-Moss
2005-07-25Copy-edited docs from [303] and [304]Adrian Holovaty
2005-07-25Cleaned up FAQ changes from [303]Adrian Holovaty
2005-07-24A bunch of generics: documentation of generic views; cleaned up existing gene...Jacob Kaplan-Moss
2005-07-24Added formfields/manipulators docs; added a few notes to the FAQJacob Kaplan-Moss
2005-07-23Fixed #168 -- admin object history was assuming primary key was named 'id'. T...Adrian Holovaty
2005-07-23Fixed #169 -- Thanks, django@gimbo.org.ukAdrian Holovaty
2005-07-22DateTimeShortcuts.js now calls the right dismiss function; thanks jhernandezJacob Kaplan-Moss
2005-07-22Fixed #153 -- Changed docs to use new ordering syntaxAdrian Holovaty
2005-07-22Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplic...Adrian Holovaty
2005-07-22Fixed #112 -- WSGI handler now displays proper text status. Thanks, sune.kirk...Adrian Holovaty
2005-07-22Fixed #156 -- Fixed admin changelist bug as a result of ordering syntax changeAdrian Holovaty
2005-07-22Uncommented link to Change password now that it worksWilson Miner
2005-07-22Added password reset templates to admin_templatesWilson Miner
2005-07-22Django now outputs a warning if you use old ordering syntaxAdrian Holovaty
2005-07-22Fixed #146 -- Changed order_by and ordering parameters to be less verbose. Th...Adrian Holovaty
2005-07-22Fixed a legacy ordering_tuple --> order_by renaming in core.paginatorAdrian Holovaty
2005-07-22Tiny code compression in django.views.admin.mainAdrian Holovaty
2005-07-22Fixed #147 -- Thanks, Robin Munn!Adrian Holovaty
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...Jacob Kaplan-Moss
2005-07-22Fixed #145 -- Changed admin logout to use views.auth.login.logout, which uses...Adrian Holovaty
2005-07-21Fixed typos in docs/url_dispatch from [282]Adrian Holovaty
2005-07-21Fixed spelling error and reworded mod_python PythonInterpreter section of docsAdrian Holovaty