summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-08-14Made some negligible formatting changes to django/core/management.pyAdrian Holovaty
2007-08-12Fixed #4933 -- Fixed a typo and reformatted a fairly long line in passing. Th...Malcolm Tredinnick
2007-08-12Fixed #4909 -- Fixed a race condition with middleware initialisation in multi...Malcolm Tredinnick
2007-08-12Fixed #5011 -- Fixed usage of ungettext in hasNoProfanities validator. Thanks...Adrian Holovaty
2007-08-11Fixed #4910 -- Allow Unicode content to be passed in for text-based e-mailMalcolm Tredinnick
2007-08-11Fixed #4827 -- Fixed a problem when converting Unicode table names to upper-c...Malcolm Tredinnick
2007-08-06Fixed #5071 -- Fixed 'global name ugettext is not defined' error in django.co...Adrian Holovaty
2007-08-06Fixed #5082 -- Enabled tab completion in 'django-admin.py shell' for objects ...Adrian Holovaty
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-28Fixed #4460 -- Added the ability to be more specific in the test cases that a...Russell Keith-Magee
2007-07-23Fixed #3771 -- Modified the test runner to observe the --noinput argument con...Russell Keith-Magee
2007-07-21Fixed #4304 -- Modified sys.exit to os._exit to make sure development server ...Russell Keith-Magee
2007-07-20Fixed #4558 -- Modified XML serializer to handle whitespace better around Non...Russell Keith-Magee
2007-07-20Simplified the indent level in management.py _get_sql_model_create() by using...Adrian Holovaty
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-07-17Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header.Malcolm Tredinnick
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-07-15Changed imports to adhere to PEP 8.Gary Wilson Jr
2007-07-15Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...Gary Wilson Jr
2007-07-14Fixed #4731 -- Changed management.setup_environ() so that it no longer assumesMalcolm Tredinnick
2007-07-13Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern theyMalcolm Tredinnick
2007-07-13Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.Malcolm Tredinnick
2007-07-12Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ...Russell Keith-Magee
2007-07-10Fixed #4823 -- Fixed a Python 2.3 incompatibility from [5636] (it was evenMalcolm Tredinnick
2007-07-10Fixed #4812 -- Fixed an octal escape in regular expression that is used in th...Gary Wilson Jr
2007-07-08Fixed #4798-- Made sure that function keyword arguments are strings (for theMalcolm Tredinnick
2007-07-08Fixed reverse URL lookup using functions when the original URL pattern was aMalcolm Tredinnick
2007-07-07Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.Malcolm Tredinnick
2007-07-07Changed HttpRequest.path to be a Unicode object. It has already beenMalcolm Tredinnick
2007-07-06Fixed #4781 -- Typo fix. Pointed out by Simon Litchfield.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-07-03Fixed #4688 -- startproject no longer breaks when Django files are read-only....Adrian Holovaty
2007-07-01Backported the fix from [5581] (unicode-branch) to trunk. Fixes a methodMalcolm Tredinnick
2007-06-27Fixed #2007 -- Added support for configurable encoding of email message bodies.Malcolm Tredinnick
2007-06-27Fixed #3985 -- Added support for custom email headers.Malcolm Tredinnick
2007-06-27Added support for creating multipart/alternative email messages. Also allowMalcolm Tredinnick
2007-06-27Fixed #1541 -- Added ability to create multipart email messages. Thanks, NickMalcolm Tredinnick
2007-06-25Changed reverse URL resolving to handle the case where an included file doesMalcolm Tredinnick
2007-06-25Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...Malcolm Tredinnick
2007-06-24Fixed #4673 -- Fixed error reporting bug from [5516]. Also changed the timingMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed a Python 2.3 incompatibility I overlooked in [5516].Malcolm Tredinnick
2007-06-23Fixed #4566 -- Added caching speed-ups to reverse URL matching. Based on aMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-06-22Backed out the changes in [5482] for a bit whilst some more investigation intoMalcolm Tredinnick
2007-06-20Fixed #4549 -- WSGI server now sets mime type correctly for admin media conte...Adrian Holovaty
2007-06-17Fixed #4565 -- Changed template rendering to use iterators, rather thanMalcolm Tredinnick
2007-06-10Fixed #4517 -- Made sure that URL_VALIDATOR_USER_AGENT includes the up-to-dateMalcolm Tredinnick
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee