summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2010-02-03Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying ...Russell Keith-Magee
2010-02-03Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for style.ERROR. ...Russell Keith-Magee
2010-01-27Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanag...Justin Bronn
2010-01-27Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the cach...Russell Keith-Magee
2010-01-26Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Fixed #11842 -- django-admin.py now displays usage information if invoked wit...Adrian Holovaty
2010-01-10Fixed #6094 again -- fixed broken unit tests. Thanks, isagalaevAdrian Holovaty
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-10Fixed #6094 -- Middleware exceptions are now caught by the core handler. Than...Adrian Holovaty
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2010-01-04Fixed #7679 -- Added (configurable) highlighting colors to the development se...Russell Keith-Magee
2010-01-04Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...Russell Keith-Magee
2010-01-03Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...Gary Wilson Jr
2009-12-28Fixed #12112 -- Made the colors used by syntax highlighting customizable.Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #6961 - loaddata fails if models is a package instead of a moduleLuke Plant
2009-12-16Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863].Jacob Kaplan-Moss
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-13Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-...Jacob Kaplan-Moss
2009-12-13Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...Jacob Kaplan-Moss
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-12-03Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...Russell Keith-Magee
2009-11-19Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde...Russell Keith-Magee
2009-11-18Fixed a misplaced parenthesis.Ian Kelly
2009-11-16Fixed #5034 -- honor request.urlconf in reverse and resolve.Brian Rosner
2009-11-04Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...Russell Keith-Magee
2009-11-04Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...Russell Keith-Magee
2009-11-04Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank...Russell Keith-Magee
2009-11-03Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee
2009-10-27Moved contrib.csrf.* to core code.Luke Plant
2009-10-19Fixed non-standard introspection support in LazyObject.Luke Plant
2009-10-15Fixed a regression on Python 2.6 caused by r11623Luke Plant
2009-10-14Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...Luke Plant
2009-09-12Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provide...Russell Keith-Magee
2009-09-11Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel.Joseph Kocherhans
2009-09-10Fixed #11621 - don't copy .pyo and .py.class files from example app/projectLuke Plant
2009-09-10Improved NoReverseMatch error message when invalid args/kwargs are passed.Luke Plant
2009-08-21Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.Matt Boersma
2009-07-29SECURITY ALERT: Corrected a problem with the Admin media handler that could l...Russell Keith-Magee
2009-07-27Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee
2009-07-02Fixed #10834 -- Corrected [11120] to ensure that there is a difference betwee...Russell Keith-Magee