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
2009-04-09
Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin...
Jacob Kaplan-Moss
2009-04-05
Fixed #10080: `call_command` now takes option defaults into account, sparing ...
Jacob Kaplan-Moss
2009-04-05
Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr...
Karen Tracey
2009-04-04
Fixed #10065 -- Corrected an error message when an empty urlpattern object is...
Russell Keith-Magee
2009-04-01
Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set....
Jacob Kaplan-Moss
2009-04-01
Reverted [10346] because it effectively breaks USE_I18N by forcing import of ...
Jacob Kaplan-Moss
2009-04-01
Fixed #9847: mark the permission denied message for translation.
Jacob Kaplan-Moss
2009-04-01
Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan.
Jacob Kaplan-Moss
2009-04-01
Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts.
Jacob Kaplan-Moss
2009-03-31
Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski.
Gary Wilson Jr
2009-03-31
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm...
Gary Wilson Jr
2009-03-20
Fixed #10556 -- Fixed a problem in the fastcgi server after r10088.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-13
Fixed #10488: fixed DB cache backend test failures in Oracle.
Ian Kelly
2009-03-12
Fixed a problem from r10036. Fixed #10470.
Malcolm Tredinnick
2009-03-12
Fixed #10472 -- Fixed a race condition in reverse URL resolving.
Malcolm Tredinnick
2009-03-12
Fixed #10470 -- Fixed a race condition in middleware initialization.
Malcolm Tredinnick
2009-03-11
Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o...
Russell Keith-Magee
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-08
Fixed #9626 -- Fixed a deletion race in the locmem cache.
Malcolm Tredinnick
2009-03-08
Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well.
Malcolm Tredinnick
2009-03-08
Fixed #9399 -- Added StopFutureHandlers to export list in file handling.
Malcolm Tredinnick
2009-03-04
Fixed #10381 -- Fixed some a machine-dependent test failure after r9921.
Malcolm Tredinnick
2009-03-03
Final piece (he says, hopefully) of r9945 changes.
Malcolm Tredinnick
2009-03-02
Removed some import-time dependencies on Django's settings.
Malcolm Tredinnick
2009-03-02
The database cache wasn't correctly handling expired keys. Fixed now.
Malcolm Tredinnick
2009-03-01
Changed the way cache specifiers are parsed.
Malcolm Tredinnick
2009-02-28
Fixed #5610 -- Added the ability for dumpdata to take individual model names,...
Russell Keith-Magee
2009-02-28
Fixed #10165 -- Use settings.TEST_RUNNER in runtests.py
Malcolm Tredinnick
2009-02-16
Merge branch 'master' into upstream-trunk
Jacob Kaplan-Moss
2009-02-16
Fixed #9214: EmailMessage now respects the From header instead of blindly usi...
Jacob Kaplan-Moss
2009-02-12
Fixed #10240 -- Restored YAML serialization with Decimal objects that broke w...
Brian Rosner
2009-01-19
Fixed #9789 -- Handle jython's compiled settings filename correctly.
Malcolm Tredinnick
2009-01-17
Fixed #8055: Replaced use of traceback.format_exc (new in Python 2.4) with so...
Karen Tracey
2009-01-16
Fixed #10044: You can now assign directly to file fields (`instance.filefield...
Jacob Kaplan-Moss
2009-01-10
In urlconfs, include() may now be used on an iterable of patterns instead of ...
Jacob Kaplan-Moss
2008-12-14
Remove some code in loaddata that bails out of searching for fixture files (o...
Karen Tracey
2008-12-01
Clean up the imports in loaddata.py to match other code whilst I'm in the nei...
Malcolm Tredinnick
2008-12-01
Fixed #9723 -- Not all Python distributions contain the bz2 module, so we nee...
Malcolm Tredinnick
2008-11-29
Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt ...
Russell Keith-Magee
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed a bug introduced by [9527] -- empty/invalid fixtures were no longer bei...
Jacob Kaplan-Moss
2008-11-24
Fixed #4924: added support for loading compressed fixtures. Thanks to Lars Ye...
Jacob Kaplan-Moss
2008-11-21
Fixed #2782 -- Make the server port available through the modpython handler.
Malcolm Tredinnick
2008-11-16
Fixed #9455 -- Tiny cleanup to avoid an "undefined variable" warning. The net
Malcolm Tredinnick
2008-11-06
Fixed #9011 -- Corrected handling of fixture files that contain errors to cor...
Russell Keith-Magee
2008-10-24
Fixed #9383 -- Don't open a network connection for sending email if there's
Malcolm Tredinnick
2008-10-07
Fixed #9233 -- Allow date and message-id headers to be passed in manually in
Malcolm Tredinnick
2008-10-07
Fixed #9224 -- Prevent a crash when certain query strings are sent using
Malcolm Tredinnick
2008-10-06
Fixed #9212: Added code to check the xgettext version, and if it is lower tha...
Karen Tracey
[next]