index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-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
2010-01-23
Added color configuration for HTTP 304, since it doesn't require as much atte...
Russell Keith-Magee
2010-01-18
Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...
Justin Bronn
2010-01-18
Fixed #12624 -- Modified test runners to be class based.
Russell Keith-Magee
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-10
Fixed #11842 -- django-admin.py now displays usage information if invoked wit...
Adrian Holovaty
2010-01-10
Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaev
Adrian Holovaty
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2010-01-04
Fixed #7679 -- Added (configurable) highlighting colors to the development se...
Russell Keith-Magee
2010-01-04
Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...
Russell Keith-Magee
2010-01-03
Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...
Gary Wilson Jr
2009-12-28
Fixed #12112 -- Made the colors used by syntax highlighting customizable.
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-19
Fixed #6961 - loaddata fails if models is a package instead of a module
Luke Plant
2009-12-16
Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].
Jacob Kaplan-Moss
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-12-13
Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-...
Jacob Kaplan-Moss
2009-12-13
Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...
Jacob Kaplan-Moss
2009-12-13
Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...
Karen Tracey
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-12-03
Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...
Russell Keith-Magee
2009-11-19
Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde...
Russell Keith-Magee
2009-11-18
Fixed a misplaced parenthesis.
Ian Kelly
2009-11-16
Fixed #5034 -- honor request.urlconf in reverse and resolve.
Brian Rosner
2009-11-04
Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...
Russell Keith-Magee
2009-11-04
Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...
Russell Keith-Magee
[next]