summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-15Fixed import statement in admin_views test to work with Python 2.3.Matt Boersma
2009-05-15Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ...Russell Keith-Magee
2009-05-15Add a proper cross-reference to the mention of HttpRequest in the comment mod...James Bennett
2009-05-15Corrected tests from [10784]; instead of retrieving two comments, it was retr...James Bennett
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-05-14Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...Jacob Kaplan-Moss
2009-05-14Fixed #11039: documented that aggregation and generic relations don't mix. Th...Jacob Kaplan-Moss
2009-05-14Fixed #11022: documented that the admin bulk delete action calls `QuerySet.de...Jacob Kaplan-Moss
2009-05-14Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...Jacob Kaplan-Moss
2009-05-14Fixed #10886: corrected a mistaken example in the admin docs.Jacob Kaplan-Moss
2009-05-14Fixed #10795: added a link to model formsets docs from the formsets docs.Jacob Kaplan-Moss
2009-05-14Fixed #10273: added an explanation of `SetPasswordForm` and `UserChangeForm` ...Jacob Kaplan-Moss
2009-05-14Fixed #10272: documented the signatures for the contrib.auth views. Thanks, I...Jacob Kaplan-Moss
2009-05-14Fixed #11046: fixed a use of the deprecated cycle tag syntax in the template ...Jacob Kaplan-Moss
2009-05-13Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that...Russell Keith-Magee
2009-05-12Fixed #10643: fixed the formtools security hash to handle allowed empty forms...Jacob Kaplan-Moss
2009-05-12Fixed #10034: the formtools security hash function is now friendlier to brows...Jacob Kaplan-Moss
2009-05-12Fixed #9751: admin scripts now calculate the project directory correctly when...Jacob Kaplan-Moss
2009-05-12Fixed #11033 -- handle cx_Oracle.UNICODE when driver was compiled without Uni...Matt Boersma
2009-05-12Fixed #9675: added note about upgrading the URLconf to the comment upgrade gu...Jacob Kaplan-Moss
2009-05-12Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python.Jacob Kaplan-Moss
2009-05-11Fixed #11050 -- Oracle now passes all but one introspection unit test.Matt Boersma
2009-05-11Fixed #11051 -- Oracle passes null_fk unit tests in trunk again. Thanks, Jir...Matt Boersma
2009-05-11Fixed #11032: close() a file explictly open()'d in a test, so that deleting t...Karen Tracey
2009-05-11More fixes to PostgreSQL version comparisons from r10730.Russell Keith-Magee
2009-05-11Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav...Jacob Kaplan-Moss
2009-05-11Fixed #10953, #10955: proxies of proxies now work correctly, though I still d...Jacob Kaplan-Moss
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-11Corrected PostgreSQL version comparisons from r10730. Thanks to rozwell for t...Russell Keith-Magee
2009-05-10Changed r10668 to not falsely error out when using generic inlines.Malcolm Tredinnick
2009-05-10Fixed #10906 -- Added a check for PostgreSQL pre 8.2 when using StdDev/Varian...Russell Keith-Magee
2009-05-10Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...Russell Keith-Magee
2009-05-10Fixed #10792 -- Ensured that ModelChoiceFields don't provide an empty option ...Russell Keith-Magee
2009-05-10Fixed #10958 -- Corrected the setting of PostgreSQL isolation level. Thanks t...Russell Keith-Magee
2009-05-09Added admin URLs back to the urls.py example in the tutorial - had a complain...Simon Willison
2009-05-09Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...Russell Keith-Magee
2009-05-08Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar...Jacob Kaplan-Moss
2009-05-08git-svn-id: http://code.djangoproject.com/svn/django/trunk@10721 bcc190cf-caf...Aljosa Mohorovic
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-08Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filte...Jacob Kaplan-Moss
2009-05-08Fixed #10651: fixed a javascript error on the admin user add form. Thanks, se...Jacob Kaplan-Moss
2009-05-08Fixed #10448: correcting errors on "save as new" now correctly create a new o...Jacob Kaplan-Moss
2009-05-08Fixed a silly function flow bug in [10711].Jacob Kaplan-Moss
2009-05-08Fixed #10188: prevent newlines in HTTP headers. Thanks, bthomas.Jacob Kaplan-Moss
2009-05-08Fixed #8817: get_image_dimensions correctly closes the files it opens, and le...Jacob Kaplan-Moss
2009-05-08Fixed #10750: respect comment=False in inline formsets. Thanks, Koen Biermans.Jacob Kaplan-Moss
2009-05-08Fixed #10997: fixed a Python 2.4-ism in admin actions.Jacob Kaplan-Moss
2009-05-08Fixed #10335: handle system locals unknown to Python in timezone name handlin...Jacob Kaplan-Moss
2009-05-08Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con...Gary Wilson Jr
2009-05-08Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy to the wra...Gary Wilson Jr