summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-12-04Fixed #6099: the filebased cache backend now uses md5 hashes of keys instead ...Jacob Kaplan-Moss
2007-12-04Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' on...Adrian Holovaty
2007-12-04Changed 'Send to DPaste' link (from [6820]) on debug page to wording that's m...Adrian Holovaty
2007-12-04Small docstring edit to change from [6745]Adrian Holovaty
2007-12-04Removed comma splices in max_length DeprecationWarning and elsewhere in the m...Adrian Holovaty
2007-12-04Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't ...Adrian Holovaty
2007-12-04Cleaned up some docstrings and removed some unnecessary long-line breaking in...Adrian Holovaty
2007-12-03Fixed #5657 -- Use string.ascii_letters instead of ascii.letters in the urlizeMalcolm Tredinnick
2007-12-03Fixed #5523 -- Added counties and regions for the United Kingdom toMalcolm Tredinnick
2007-12-02Fixed #4563 -- Context.pop/push/update return the top-level dictionary (the newMalcolm Tredinnick
2007-12-02Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, dummylink@...Malcolm Tredinnick
2007-12-02Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common middle...Malcolm Tredinnick
2007-12-02Fixed #6024: Django's doctest no longer clashes with coverage.py. Thanks to N...Jacob Kaplan-Moss
2007-12-02Fixed #5362: markup tests no longer fail under SVN versions of docutils. Than...Jacob Kaplan-Moss
2007-12-02Fixed #5676 -- Added Mexican localflavor. Thanks, arien.Malcolm Tredinnick
2007-12-02Added PendingDeprecationWarmings for form_for_instance/form_for_model.Joseph Kocherhans
2007-12-02Fixed #6071 -- Fixed another infinite recursion problem in SafeString andMalcolm Tredinnick
2007-12-02Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still mightMalcolm Tredinnick
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-12-02Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc...Malcolm Tredinnick
2007-12-02Fixed #3323 -- More robust error handling for related objetcs. Thanks, GregMalcolm Tredinnick
2007-12-02Fixed #2910 -- Added support for markdown extensions to the markdown markupMalcolm Tredinnick
2007-12-02Fixed #685 -- archive_index() and object_list() generic views allow emptyMalcolm Tredinnick
2007-12-02Fixed #5743 -- Tweaked the exceptions raised when importing settings so that weMalcolm Tredinnick
2007-12-02Fixed #6087 -- Added setdefault() support to the Session object. Thanks, BenMalcolm Tredinnick
2007-12-02Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas Güt...Malcolm Tredinnick
2007-12-02Re-organized imports in handler modules to adhere to Django coding style.Gary Wilson Jr
2007-12-02Changed use of `maxlength` to issue a `DeprecationWarning` instead of `Pendin...Gary Wilson Jr
2007-12-02Fixed #6086 -- Deprecate the "simple" cache backend in favour of "locmem".Malcolm Tredinnick
2007-12-02Fixed #6072 -- Added January to the Catalan Javascript translation. Thanks,Malcolm Tredinnick
2007-12-02Fixed #2437, #6091 -- Added "paste to dpaste" button to debug page. Thanks,Malcolm Tredinnick
2007-12-01Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r...Malcolm Tredinnick
2007-12-01Fixed #6021 -- Removed some brain damage from SafeString. Not quite sure what IMalcolm Tredinnick
2007-12-01Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE Ian Kelly
2007-12-01Edited docstring changes from [6714]Adrian Holovaty
2007-12-01Fixed a PL/SQL syntax bug causing manage.py sqlall to fail when piped to Ian Kelly
2007-12-01Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.Malcolm Tredinnick
2007-12-01Small docstring edit in django/http/utils.py from [6662]Adrian Holovaty
2007-12-01Edited docs/serialization.txt changes from [6645]Adrian Holovaty
2007-12-01Simplified the newforms error_messages setting code from [6625]Adrian Holovaty
2007-11-30Fixed #6061 -- Don't escape help_text in the admin interface (so that itMalcolm Tredinnick
2007-11-30Fixed some type checks in the development server. Fixed #6063.Malcolm Tredinnick
2007-11-30Fixed #6057 -- Mark rendered template output as safe for auto-escaping purposes.Malcolm Tredinnick
2007-11-30Edited docs and docstring changes from [6572] (new cache add() method)Adrian Holovaty
2007-11-30Edited docstring from [6505] -- single spaces separate sentences, not double ...Adrian Holovaty
2007-11-30Edited docstring changes from [6480] -- moved the intense parameter definitio...Adrian Holovaty
2007-11-29Fixed a Python 2.3 incompatibility.Malcolm Tredinnick
2007-11-29Fixed #6030 -- More robust error handling for the "float" filter. Thanks,Malcolm Tredinnick
2007-11-29Fixed #6050 -- Handled edge-case of duplicate keys being passed whenMalcolm Tredinnick
2007-11-29Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 onMalcolm Tredinnick