summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2008-02-25[0.91-bugfixes] Fixed, once again, the stale-db connection problem. Seems [37...Jacob Kaplan-Moss
2007-10-100.91-bugfixes: Minor improvement to [6468James Bennett
2007-10-080.91-bugfixes: Backport silent failure of date-related template filtersJames Bennett
2007-09-170.91-bugfixes: Backport [3785] from Django trunkJames Bennett
2007-07-110.91-bugfixes: Revert previous, since it doesn't seem to actually solve the bugJames Bennett
2007-07-110.91-bugfixes: Fix problem parsing values from ManyToManyField with raw_id_ad...James Bennett
2007-06-210.91-bugfixes: Fixed #4651; UnicodeCursorWrapper should work with dictionarie...James Bennett
2007-06-210.91-bugfixes: Fixed a subtle bug with mutable default arguments to form fiel...James Bennett
2007-04-050.91-bugfixes: fix lookup kwarg corruption in certain types of one-to-one lis...James Bennett
2007-03-09Backing out [4694] because it looks like the version on trunk caused problemsJames Bennett
2007-03-090.91-bugfixes: backporting [4693] as the other half of the fix in [4673]James Bennett
2007-03-070.91-bugfixes: Fixed #999 by resolving name clash in the metasystem which cou...James Bennett
2007-01-300.91-bugfixes: settings fix for backport in [4419]James Bennett
2007-01-240.91-bufixes: Backport [4244] for those using legacy Django with psycopg1James Bennett
2006-11-240.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745.James Bennett
2006-11-240.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745.James Bennett
2006-11-240.91-bugfixes: Move request middleware into the handler's try/catch block so ...James Bennett
2006-09-050.91-bugfixes: fix a problem on mod_python that could result in stale DB conn...James Bennett
2006-04-12Fixed #1626 -- Fixed a bunch of typos in comments and docs. Thanks, DexterAdrian Holovaty
2006-04-12Fixed #1531 -- Fixed eager exception catching that caused the template system...Adrian Holovaty
2006-04-12Negligible spacing change to core/template/loader.pyAdrian Holovaty
2006-04-11Removed unneeded 'import sys' from base.py handlerAdrian Holovaty
2006-04-11Fixed #1551 -- Improved base handler to not lose track of important exception...Adrian Holovaty
2006-04-11Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3Adrian Holovaty
2006-04-11Converted django.core.mail to use 'from django.conf import settings' instead ...Adrian Holovaty
2006-04-10Renamed OneToOne to OneToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Renamed ManyToOne to ManyToOneRel to be consistent with ManyToManyRelAdrian Holovaty
2006-04-10Fixed #1600 -- Renamed ManyToMany to ManyToManyRel so people get a clearer er...Adrian Holovaty
2006-04-10Fixed #1590 -- Changed MySQL get_last_insert_id() implementation to use curso...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-03-28Fixed #1550 -- Changed MatchesRegularExpression validator to use .search(), n...Adrian Holovaty
2006-03-28Fixed #1500 -- Changed MySQL AutoField to be integer, not mediumint. Thanks, ...Adrian Holovaty
2006-03-28Fixed #1442 -- Fixed multithreading problem with various database backends. T...Adrian Holovaty
2006-03-28Fixed #1548 -- Improved caching of related objects, so when clist = poll.get_...Adrian Holovaty
2006-03-24Removed stray 'print' statement in ManyToManyField.flatten_data(). Thanks, bu...Adrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2006-03-20Fixed bug in [2531]. Thanks, NedAdrian Holovaty
2006-03-19Simplified two unnecessary list comprehensions in core/meta/__init__.py. Than...Adrian Holovaty
2006-03-02Fixed #1058 -- Fixed typo in wordwrap filter documentation. Thanks, kieranhol...Adrian Holovaty
2006-03-01Fixed #1213 -- Changed value of NOT_PROVIDED so that it's not a string, to pr...Adrian Holovaty
2006-03-01Added note to mysql backend about DATE_FORMAT not working. Refs #1423Adrian Holovaty
2006-02-27Fixed #1336 -- made USStateField work correctly when data is None (thanks, ch...Jacob Kaplan-Moss
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-25Rolled back [2390] temporarily to test against some other edge casesAdrian Holovaty
2006-02-25Changed get_object() not to use 'ordering' parameter from the model. Thanks, ...Adrian Holovaty
2006-02-24Refactored cache from django/core/cache.py into django/core/cache package, wi...Adrian Holovaty
2006-02-22Fixed #1275 and #1288 -- Change e-mail address validator regular expression t...Adrian Holovaty
2006-02-20Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom TobinAdrian Holovaty
2006-02-18Changed 'runserver' to display the Django version, and massaged the wording a...Adrian Holovaty
2006-02-18Fixed #894 -- Moved response middleware call to base.py so that exceptions in...Adrian Holovaty