summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2006-05-01magic-removal: Fixed #1735 -- Default 404 view now gets 'request_path' in tem...Adrian Holovaty
2006-05-01magic-removal: Fixed #1685 -- order_by no longer breaks when using a custom '...Adrian Holovaty
2006-05-01magic-removal: Refs #1681. Fixed side effect of [2800] on ManyToManyField. Un...Joseph Kocherhans
2006-05-01magic-removal: verbose_name for OneToOneField is now calculated like for Fore...Joseph Kocherhans
2006-05-01magic-removal: Fixed #1681. OneToOneField now works properly in the admin sys...Joseph Kocherhans
2006-05-01magic-removal: Removed 'extra_lookup_kwargs' parameter from create_update gen...Adrian Holovaty
2006-04-29magic-removal: Fixed #1678 -- Changed admin delete confirmation page to use v...Adrian Holovaty
2006-04-29magic-removal: Fixed #1709 -- Updated comments app to use magic-removal APIs....Adrian Holovaty
2006-04-28magic-removal: Fixed negligible indentation errors.Luke Plant
2006-04-28magic-removal: Fixed __delitem__ bug with SortedDict (thanks pychecker!)Luke Plant
2006-04-28magic-removal: Removed unused function parameter in _get_next_or_previous_by_...Luke Plant
2006-04-28magic-removal: Fixed #1705 - creating instances of models without supplying a...Luke Plant
2006-04-28magic-removal: Changed 'modelmodule' to 'appname' in django-admin/manage.py -...Adrian Holovaty
2006-04-27magic-removal: Fixed typo in QuerySet.exclude() docstringAdrian Holovaty
2006-04-27magic-removal: Fixed #1677 -- syncdb no longer displays '<Permission object>'...Adrian Holovaty
2006-04-24magic-removal: Uncapitalized verbose_name and verbose_name_plural in contrib ...Adrian Holovaty
2006-04-24magic-removal: Fixed #328 -- Added archive_week generic viewAdrian Holovaty
2006-04-23magic-removal: Fixed #1063 -- Fixed admin JS bug in which many-to-many select...Adrian Holovaty
2006-04-23magic-removal: Fixed #1270 -- Made the escape filter escape single quotesAdrian Holovaty
2006-04-23magic-removal: Fixed #1296 (allow SlugFields longer than 50)Adrian Holovaty
2006-04-23magic-removal: Fixed #1481 -- Added support for using alternate MySQL Unix so...Adrian Holovaty
2006-04-23magic-removal: Fixed #1423 -- Improved implementation of get_date_trunc_sql()...Adrian Holovaty
2006-04-23magic-removal: Fixed #1373 -- Factored out database-specific 'DROP CONSTRAINT...Adrian Holovaty
2006-04-23magic-removal: Fixed #1536 -- FilePathField with recursive=True no longer los...Adrian Holovaty
2006-04-23magic-removal: Fixed #1204 -- Markup filters now raise a TemplateSyntaxError ...Adrian Holovaty
2006-04-23magic-removal: Fixed bug in auth models I introduced in [2727]Adrian Holovaty
2006-04-23magic-removal: Fixed #1674 -- Generic update_object() view now handles PKs na...Adrian Holovaty
2006-04-23magic-removal: Fixed #1670 -- Added translation hooks for User and Group mode...Adrian Holovaty
2006-04-21magic-removal: fixed part of #1659... references to django.models in django/c...Joseph Kocherhans
2006-04-21magic-removal: fixed #1637 - django.contrib.comments still uses old methods. ...Joseph Kocherhans
2006-04-21magic-removal: fixed #1245. For models with a OneToOneField and no ordering s...Joseph Kocherhans
2006-04-20magic-removal: Fixed critical bug: Now using preferred spelling of 'malarkey'...Adrian Holovaty
2006-04-20magic-removal: Added /r/ (shortcut handler) to admin URLconf so that 'View on...Adrian Holovaty
2006-04-20magic-removal: Fixed #1641 -- Changed WSGIRequest.get_full_path() to permit a...Adrian Holovaty
2006-04-18magic-removal: Fixed #1198 -- Modified handling of escape characters in filte...Russell Keith-Magee
2006-04-17Fixed attribute error in an exception messageLuke Plant
2006-04-17magic-removal: Fixed #1544 -- Changed 'inspectdb' to use database name from D...Adrian Holovaty
2006-04-17magic-removal: Fixed #1652 -- Fixed typo in SQLite executemany()Adrian Holovaty
2006-04-17magic-removal: Fixed #1651 -- 'startproject' and 'startapp' now copy permissi...Adrian Holovaty
2006-04-15magic-removal: Changed 404 and 500 templates to add .html extension. Refs #1643Adrian Holovaty
2006-04-15magic-removal: Changed lame 500 status messageAdrian Holovaty
2006-04-15magic-removal: Fixed #1643 -- Updated generic views for template extension ch...Adrian Holovaty
2006-04-15magic-removal: Fixed #500 -- Removed TEMPLATE_FILE_EXTENSION setting so that ...Adrian Holovaty
2006-04-13magic-removal: Merged to [2695]Adrian Holovaty
2006-04-13magic-removal: Fixed #1631 -- Added 'django-admin.py dbshell' command, which ...Adrian Holovaty
2006-04-13magic-removal: Fixed #1562 -- Added null and blank detection to 'inspectdb'. ...Adrian Holovaty
2006-04-13magic-removal: Fixed #1483 -- Added MySQL foreign-key inspection to 'inspectd...Adrian Holovaty
2006-04-12magic-removal: Merged to [2687]Adrian Holovaty
2006-04-12magic-removal: Fixed #1624 -- Made small changes to parameters in executemany...Adrian Holovaty
2006-04-12magic-removal: Fixed #1623 -- Restored missing import in db/models/init.pyAdrian Holovaty