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
2010-05-10
Removed some debug accidentally committed in r13201.
Russell Keith-Magee
2010-05-10
Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-04-27
Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...
Russell Keith-Magee
2010-04-19
Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...
Russell Keith-Magee
2010-04-16
Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...
Russell Keith-Magee
2010-04-15
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...
Russell Keith-Magee
2010-04-11
Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...
Russell Keith-Magee
2010-04-09
Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...
Russell Keith-Magee
2010-04-01
Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...
Russell Keith-Magee
2010-04-01
Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...
Russell Keith-Magee
2010-03-31
Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...
Russell Keith-Magee
2010-03-26
Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...
Russell Keith-Magee
2010-03-18
Fixed #13030 -- Corrected natural key deserialization to subclasses. Thanks t...
Russell Keith-Magee
2010-03-18
Fixed #12849 -- Corrected the way strings are encoded for display by the colo...
Russell Keith-Magee
2010-03-13
Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...
Karen Tracey
2010-03-12
Fixed #13090 -- Corrected handling of errors in middleware when DEBUG=False. ...
Russell Keith-Magee
2010-03-12
Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...
Russell Keith-Magee
2010-03-10
Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...
Karen Tracey
2010-03-10
Fixed #12427 -- Started the deprecation path for cmemcache support. Thanks to...
Russell Keith-Magee
2010-03-06
Fixed #6918: Adjusted the test in r12683 to more specifically look for what i...
Karen Tracey
2010-03-05
Fixed #6918, #12791: If an email message has an encoding, actually use that e...
Karen Tracey
2010-03-02
Fixed #11030: Reverted a change that assumed the file system encoding was utf...
Karen Tracey
2010-03-01
Fixed #11012: don't needless convert cache values to unicode.
Jacob Kaplan-Moss
2010-02-28
Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for th...
Jannis Leidel
2010-02-26
Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...
Russell Keith-Magee
2010-02-23
Fixed #10258: handle duplicate file names better.
Jacob Kaplan-Moss
2010-02-23
Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,...
Joseph Kocherhans
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-21
Fixed #9764 - Updated EmailField and URLField to support IDN (Internationaliz...
Jannis Leidel
2010-02-21
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks...
Jannis Leidel
2010-02-21
Fixed #12655 - diffsettings command now returns the diff instead of printing....
Jannis Leidel
2010-02-16
Removed Python 2.3 compat code in translation framework.
Jannis Leidel
2010-02-16
Fixed #6505 - Copy plural forms from Django translation files for newly creat...
Jannis Leidel
2010-02-16
Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...
Jannis Leidel
2010-02-16
Fixed #6380 - Follow symlinks when examining source code and templates for tr...
Jannis Leidel
2010-02-16
Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...
Jannis Leidel
2010-02-16
Fixed #11284 - Stop forcing the use of the djangojs domain when the ".js" fil...
Jannis Leidel
2010-02-14
Fixed #6054: work around PIL's installation brokeness by detecting either of ...
Jacob Kaplan-Moss
2010-02-11
Fixed #11483 -- Modified db cache backend to use db backend functions for dat...
Russell Keith-Magee
2010-02-11
Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...
Russell Keith-Magee
2010-02-11
Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks...
Russell Keith-Magee
2010-02-11
Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Tha...
Russell Keith-Magee
2010-02-05
Fixed #11869 - Prevent deadlocks when calling gettext utilities on Windows. A...
Jannis Leidel
2010-02-03
Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying ...
Russell Keith-Magee
2010-02-03
Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for style.ERROR. ...
Russell Keith-Magee
2010-01-27
Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanag...
Justin Bronn
2010-01-27
Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...
Russell Keith-Magee
2010-01-26
Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.
Jannis Leidel
2010-01-25
Fixed #12672 -- Added the ability to configure which applications are availab...
Russell Keith-Magee
[next]