summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Expand)Author
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-10-19Overdue, but added Meir Kriheli to AUTHORS -- he contributed bidi supportAdrian Holovaty
2006-09-30Clarified documentation to indicate that authenticating a user doesn't imply ...Russell Keith-Magee
2006-09-27Reintroduced the changes from [3855] with more flexible handling of versionMalcolm Tredinnick
2006-09-26Fixed #2827 -- Reverted [3855]Adrian Holovaty
2006-09-26Added Tyson as contributor following help on #1816/#2243.Russell Keith-Magee
2006-09-26Fixed #2188 -- Raise an error when using long CharFields in combination withMalcolm Tredinnick
2006-09-26Fixed #2194 -- Tweaked error message for unique_together validator to displayMalcolm Tredinnick
2006-09-26Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.Malcolm Tredinnick
2006-09-26Fixed #2783 -- Fixed one-to-one fields to work with any primary key data typeMalcolm Tredinnick
2006-09-25Fixed #2771 -- Tweaked Django's doctest module so that it also works withMalcolm Tredinnick
2006-09-24Fixed #2674 -- Added stricter date validation so that things like 2006-11-31Malcolm Tredinnick
2006-09-24Fixed #2600 -- Added an option to allow serving admin media from a custom pathMalcolm Tredinnick
2006-09-23A corrected version of r3805.Malcolm Tredinnick
2006-09-23Reverting r3805 whilst I track down a potential problem with it.Malcolm Tredinnick
2006-09-23Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI.Malcolm Tredinnick
2006-09-23Fixed #2454 -- Make "ifchanged" tag work more predictably inside nestedMalcolm Tredinnick
2006-09-22Fixed #2790 -- Removed duplicate entry.Malcolm Tredinnick
2006-09-22Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.Malcolm Tredinnick
2006-09-22Fixed #2520 -- Fixed a problem with invalid SQL being generated by adminMalcolm Tredinnick
2006-09-22Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IPMalcolm Tredinnick
2006-09-22Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,Malcolm Tredinnick
2006-09-21Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.Malcolm Tredinnick
2006-09-11Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbau...Adrian Holovaty
2006-09-11Added ant9000@netwise.it to AUTHORSAdrian Holovaty
2006-09-04Fixes #2637 -- Clarified handling of TEMPLATE_STRING_IF_INVALID, especially w...Russell Keith-Magee
2006-08-31Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan WatsonAdrian Holovaty
2006-08-31Fixed #2441 -- Improved MultiValueDict.update() to take keyword args, like Py...Adrian Holovaty
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