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