summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2006-12-04[multi-db] Merged trunk to [4158]. Some tests still failing.Jason Pellerin
2006-12-04[multi-db] Merged trunk to [4100]. Some tests still failing.Jason Pellerin
2006-12-04[multi-db] Merged trunk to [4000]. Some tests still failing.Jason Pellerin
2006-12-04[multi-db] Merged trunk to 3950. Some tests still failing.Jason Pellerin
2006-12-04[multi-db] Merged trunk to [3890]Jason Pellerin
2006-12-04[multi-db] Merge trunk to [3875]. Some tests still failing.Jason Pellerin
2006-11-29[multi-db] Merge trunk to [3850]. Some tests still failing.Jason Pellerin
2006-11-29[multi-db] Merge trunk to [3825]. Some tests still failing. (previous commit ...Jason Pellerin
2006-11-29[multi-db] Merge trunk to [3812]. Some tests still failing.Jason Pellerin
2006-09-14[multi-db] Merge trunk to [3754]. Some tests still failing.Jason Pellerin
2006-09-08[multi-db] Merge trunk to [3737]. Some tests still failing.Jason Pellerin
2006-09-04[multi-db] Merge trunk to [3661]Jason Pellerin
2006-08-20[multi-db] Merge trunk to [3620]Jason Pellerin
2006-08-14[multi-db] Merge trunk to [3578]Jason Pellerin
2006-08-04[multi-db] Merge trunk to [3522]Jason Pellerin
2006-07-31[multi-db] Merge trunk to [3501]Jason Pellerin
2006-07-16[multi-db] Merge trunk to [3354]Jason Pellerin
2006-07-09[multi-db] Merge trunk to [3302]Jason Pellerin
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty
2006-06-20Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate...Adrian Holovaty
2006-06-07Added ckknight to AUTHORSAdrian Holovaty
2006-06-01Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty
2006-05-26Fixed #1935 -- Initial SQL data now works in SQLite if there are multiple sta...Adrian Holovaty
2006-05-26Added phil@produxion.net to AUTHORS. Refs #1997Adrian Holovaty
2006-05-15Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks...Adrian Holovaty
2006-05-15Fixed #1852 -- Improved TemplateSyntaxError to display the original exception...Adrian Holovaty
2006-05-15Fixed #1849 -- Slugifying now collapses consecutive hyphens to a single hyphe...Adrian Holovaty
2006-05-05Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...Adrian Holovaty
2006-05-05Fixed #1766 -- Fixed bug in syncdb where it allowed two models to have the sa...Adrian Holovaty
2006-05-05Added Joseph K. to AUTHORSAdrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-04-09Fixed #1569 -- HttpResponse now accepts iterators. Thanks, ManiacAdrian Holovaty
2006-03-22Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Than...Adrian Holovaty
2006-03-03Fixed #1457 -- Added support for if-modified-since header in django.views.sta...Adrian Holovaty
2006-03-01Fixed #1399 -- Added template_object_name hook to generic views. Thanks, Chao...Adrian Holovaty
2006-02-18Fixed #1286 -- Improved 'inspectdb' so that it introspects primary_key=True a...Adrian Holovaty
2006-02-18Fixed #1046 -- Made syndication feed framework not swallow TypeErrors in func...Adrian Holovaty
2006-02-17Fixed #1348 -- {% ifchanged %} tag no longer renders content twice. Thanks, j...Adrian Holovaty
2006-02-10Fixed #1339 -- Added keys() and items() methods to session objects. Thanks, N...Adrian Holovaty
2006-01-15Fixed #1048 -- Fixed AttributeError in sessions framework when SESSION_SAVE_E...Adrian Holovaty
2006-01-15Fixed #1196 -- Admin deletion step no longer assumes related objects have pri...Adrian Holovaty
2006-01-15Fixed #1165 -- Fixed bug in generated CREATE TABLE statements where a primary...Adrian Holovaty
2006-01-09Fixed #1144 -- Admin form buttons no longer assume black font color. Thanks, ...Adrian Holovaty
2006-01-09Fixed #1121 -- Changed MySQL backend to use correct character set in MySQL 4....Adrian Holovaty
2006-01-09Fixed #1188 -- Changed TimeField.html2python to handle microseconds. Thanks, ...Adrian Holovaty
2006-01-08Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handl...Adrian Holovaty
2006-01-06Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te...Adrian Holovaty
2005-12-09Fixed #967 -- 'tables' parameter in DB API is now only quoted if needed. Than...Adrian Holovaty
2005-12-09Fixed #977 -- Fixed timesince() utility. Thanks, pgross@thoughtworks.comAdrian Holovaty
2005-12-09Fixed #998 -- Fixed edge-case bug in debug view for templates with only one l...Adrian Holovaty