summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-05-01Fixed #3905 -- Report app_name correctly in errors during custom SQLMalcolm Tredinnick
2007-04-27Fixed #2608 -- Generate correct SQL for multi-level foreign key relations.Malcolm Tredinnick
2007-04-27Fixed #3954 -- Disabled termcolors when loading fixtures. Well spotted, Vijay...Russell Keith-Magee
2007-04-26Fixed #4040 -- Changed uses of has_key() to "in". Slight performanceMalcolm Tredinnick
2007-04-26Fixed #4129 -- Pass any prefix setting into url(...) constructions so thatMalcolm Tredinnick
2007-04-25Fixed #3435 -- Fixed serializing to a file stream. Patch from SmileyChris.Malcolm Tredinnick
2007-04-20Fixed #4086 -- Removed some redundant code points out by Ilya Semenov.Malcolm Tredinnick
2007-04-09Fixed #3846 -- Fixed misleading variable name in 'startapp' code. Thanks, Mar...Adrian Holovaty
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-04-01Added support for SCGI and AJP. This is a piece that was missed in [4897]. RefsMalcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-03-27Fixed #3822 -- Changed get_indexes_for_model() in django.core.management to q...Adrian Holovaty
2007-03-27Improved error reporting when fixture files are provided in an unknown serial...Russell Keith-Magee
2007-03-25Fixed #3648 -- Added support for cmemcached Python library. Thanks, floguy@gm...Adrian Holovaty
2007-03-23Fixed #3779 -- Resolved problem with order of creation of m2m tables during s...Russell Keith-Magee
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2007-03-15Fixed typo in docstring of YAML serializer.Russell Keith-Magee
2007-03-15Added implementation of --indent for the XML serializer.Russell Keith-Magee
2007-03-13Added various fixes to serializer implementations. Fixes mostly deal with han...Russell Keith-Magee
2007-03-13Modified the internal dumpdata implementation to return the dumped data, rath...Russell Keith-Magee
2007-03-12Added a YAML serializer built on PyYAML (http://pyyaml.org/). This serializer...Jacob Kaplan-Moss
2007-03-12Fixed #3410 -- Edited a few i18n markups for completeness and to remove someMalcolm Tredinnick
2007-03-11Fixed some i18n markup on date error messages. Thanks, Bastian Kleineidam. RefsMalcolm Tredinnick
2007-03-07Removed rsplit() usage for python2.3 compatibility. Refs #3625.Malcolm Tredinnick
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-26Fixed #3390: the serializer can now contain forward references. Thanks, Russ.Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-25Teeny weeny optimization to RegexURLPattern.resolve()Adrian Holovaty
2007-02-25Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual...Jacob Kaplan-Moss
2007-02-25Fixed #3488: send_mail no longer uses settings in function default arguments....Jacob Kaplan-Moss
2007-02-25Fixed #3554: django.core.mail now generates dates with the email module inste...Jacob Kaplan-Moss
2007-02-17Fixed #3067 -- Improved caching of machine hostname to increase server restartMalcolm Tredinnick
2007-02-17Added workaround for loading duplicate model classes in management shell. PatchMalcolm Tredinnick
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee
2007-01-25Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...Adrian Holovaty
2007-01-12Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...Jacob Kaplan-Moss
2006-12-26Fixed #3187 -- Django will now look for the root URLconf as an attribute of t...Jacob Kaplan-Moss
2006-12-07Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ...Adrian Holovaty
2006-11-29Fixed #2924 -- Development server no longer spins on an empty form post. Bug ...Adrian Holovaty
2006-11-28Fixed small bug in 'The view ____ didn't return an HttpResponse object' messa...Adrian Holovaty
2006-11-26Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG...Adrian Holovaty
2006-11-23Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry PedersonAdrian Holovaty
2006-11-23Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ...Adrian Holovaty
2006-11-23Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user e...Adrian Holovaty
2006-11-10Fixed bug in [4058], in django/core/mail.py. Thanks, Igor GoryachevAdrian Holovaty
2006-11-10Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ...Adrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty