summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2006-08-01Refs #1796 -- Fixed a problem when creating models with relations toMalcolm Tredinnick
2006-08-01Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interfac...Adrian Holovaty
2006-08-01Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.t...Adrian Holovaty
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-08-01Modified Calendar and Clock javascript to evaluate popup position at time of ...Russell Keith-Magee
2006-07-31Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss
2006-07-31Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...Jacob Kaplan-Moss
2006-07-31fixed #2446: updated 'sl' translationGeorg Bauer
2006-07-30Changed django.VERSION from 0.95 to to 0.96-preAdrian Holovaty
2006-07-29Seed the global app cache in a call to db.models.get_model() except when we areMalcolm Tredinnick
2006-07-28Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty
2006-07-28Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty
2006-07-28Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty
2006-07-28Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty
2006-07-28Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...Adrian Holovaty
2006-07-28Fixed #1767 -- boolean fields may now have validators! Thanks, Joseph.Jacob Kaplan-Moss
2006-07-27Fixed #1650: the {% extends %} tag now can extend a Template object passed in...Jacob Kaplan-Moss
2006-07-27Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty
2006-07-27Fixed #2388 -- login_required decorator now preserves docstring and name of d...Adrian Holovaty
2006-07-27Changed output of django-admin.py --version to use a hyphen instead of parent...Adrian Holovaty
2006-07-27Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub...Adrian Holovaty
2006-07-27Fixed #2433 -- Added allow_future option to date-based generic viewsAdrian Holovaty
2006-07-25Made correction to a comment in django/template/loader_tags.pyAdrian Holovaty
2006-07-25Negligible formatting change to django/template/__init__.pyAdrian Holovaty
2006-07-25Added resolve() and reverse() helper functions to django.core.urlresolversAdrian Holovaty
2006-07-23Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...Adrian Holovaty
2006-07-22Fixed #2399 -- restored HttpResponse (overly enthusiastic pruning in r3414).Malcolm Tredinnick
2006-07-21Part 3 of pedant day: replaced all tabs in Django with spaces. Python the wa...Jacob Kaplan-Moss
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed bug in comment feed turned up by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-21Fixed #1961 -- Made feed_url dynamic in syndication frameworkAdrian Holovaty
2006-07-21fixed #2371: added tamil translationGeorg Bauer
2006-07-21Fixed #2392 -- Fixed CACHE_MIDDLEWARE_ANONYMOUS_ONLY to use attribute access ...Adrian Holovaty
2006-07-21Fixed keyboard slip that was accidentally committedRussell Keith-Magee
2006-07-21Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz...Russell Keith-Magee
2006-07-20Fixed #2342 -- Made small fix to DateFieldFilterSpec. Thanks, Alex DedulAdrian Holovaty
2006-07-20Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...Adrian Holovaty
2006-07-20Fixed #2374 -- Fixed magic-removal API changes in admin template validator. T...Adrian Holovaty
2006-07-20Fixed #2379 -- Fixed 'search' DB lookup parameter, which was broken by [3248]...Adrian Holovaty
2006-07-20Small style fixes to docs from [3395]Adrian Holovaty
2006-07-20Oops, fixed small typo in [3395]Jacob Kaplan-Moss
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss
2006-07-20Clarified debug naming of WSGIRequestsRussell Keith-Magee
2006-07-20Fixed formatting of comments.Russell Keith-Magee
2006-07-19Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.Malcolm Tredinnick
2006-07-19Fixed #1647 -- Included slightly more information in template syntax errorMalcolm Tredinnick
2006-07-19Fixed #2323 -- Made it possible to run make-messages without needing aMalcolm Tredinnick
2006-07-19Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixedMalcolm Tredinnick