summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-12Fixed #2514 -- Improved psycopg2 backend to save/load Unicode strings correct...Adrian Holovaty
2006-08-11Fixed #2458 -- DB API now properly escapes backslashes, so you don't have to ...Adrian Holovaty
2006-08-10Fixed #2517 -- Improved inspectdb to handle table column names that contain s...Adrian Holovaty
2006-08-02Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...Adrian Holovaty
2006-08-01Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty
2006-07-28Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!Jacob Kaplan-Moss
2006-07-28Made some much-needed updates to AUTHORSAdrian Holovaty
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty
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
2005-12-09Fixed #1006 -- Fixed error when using ChangeManipulator in a model with raw_i...Adrian Holovaty
2005-12-02Fixed #983 -- Made 'django-admin.py --help' output easier to read. Thanks, Ol...Adrian Holovaty
2005-12-01Fixed #893 -- Admin 'change password' and 'log out' links no longer assume ad...Adrian Holovaty
2005-12-01Fixed #816 -- FileFields now work in the create_update generic view. Thanks, ...Adrian Holovaty
2005-12-01Fixed #757: manually set AutoField values are now respected; also added unit ...Jacob Kaplan-Moss
2005-11-30Added Jason Davies to AUTHORSAdrian Holovaty
2005-11-29Changed URL for cygnus in AUTHORSAdrian Holovaty
2005-11-29Added cygnus to AUTHORSAdrian Holovaty