summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-03-12Fixed #5570: generic foreign keys no longer do multiple lookups on the conten...Jacob Kaplan-Moss
2008-03-11Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gm...Russell Keith-Magee
2008-03-11Another minor grammatical fix in docs/modelforms.txtJames Bennett
2008-03-11Correct an example in docs/modelforms.txt, and fix some reST formattingJames Bennett
2008-03-10Beefed up caching of ContentType lookups by adding ContentType.objects.get_fo...Jacob Kaplan-Moss
2008-03-10Fixed #6374: cross-app and circular FK constraints are now detected and added...Jacob Kaplan-Moss
2008-03-09Fixed #6742 -- Fixed numbering error in docs/flatpages.txtAdrian Holovaty
2008-03-09Fixed #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamGAdrian Holovaty
2008-03-09Fixed #6740 -- Documented in docs/flatpage.txt that the flatpages app require...Adrian Holovaty
2008-03-08Fixed tests added in [7200] to not depend on unpredictable key order of dict,...Gary Wilson Jr
2008-03-08Removed unused import, corrected a typo, and made some styling fixes.Gary Wilson Jr
2008-03-08A few styling fixes.Gary Wilson Jr
2008-03-08Fixed #6657 -- Don't set secure attribute on cookie if `secure=False` is pass...Gary Wilson Jr
2008-03-08Fixed #6732 -- Added missing word "must" in `templates_python.txt` docs, than...Gary Wilson Jr
2008-03-08Fixed #6223 -- When determining if terminal supports color, don't call `isatt...Gary Wilson Jr
2008-03-08Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ...Gary Wilson Jr
2008-03-08Fixed #5595 -- Made `ModPythonRequest.__repr__` return a string instead of a ...Gary Wilson Jr
2008-03-07Fixed #6420 -- Corrected the handling of the --traceback option in loaddata. ...Russell Keith-Magee
2008-03-07Fixed #6703 -- Updated German (de) translation from Michael Radziej.Malcolm Tredinnick
2008-03-06Added a note that cleaned_data is new in the development release.Malcolm Tredinnick
2008-03-06Fixed #6721 -- Fixed a typo in `templates_python.txt` documentation, thanks A...Gary Wilson Jr
2008-03-04Fixed #6711 -- updated Polish translation from m.gajda@paranoja.plJarek Zgoda
2008-03-02First tekNico commit, Italian translation updatedNicola Larosa
2008-02-29Polish translation update, thanks lukasz.czyzykowski@gmail.comJarek Zgoda
2008-02-29Fixed #5811 -- Added an explicit conversion to unicode that was otherwise cau...Malcolm Tredinnick
2008-02-29Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.Malcolm Tredinnick
2008-02-29Fixed #5846 -- Bullet-proofed the default timezone encoding test.Malcolm Tredinnick
2008-02-29Updated a docstring on a couple of email functions to stop the complaints.Malcolm Tredinnick
2008-02-29Fixed #6673 -- Updated Dutch translation from jdetaeye.Malcolm Tredinnick
2008-02-29Fixed #6645 -- Updated Georgian translation from David Avsajanishvili.Malcolm Tredinnick
2008-02-28Fixed #4701 -- sys.exit() will no longer get swallowed by the http handler. S...Jacob Kaplan-Moss
2008-02-27Removed an unnecessary default argument in one __deepcopy__() method and fixedMalcolm Tredinnick
2008-02-26Re-enable substring lookups for IP address fields in Postgres using HOST() Th...Jacob Kaplan-Moss
2008-02-26Reverted [7151] since it breaks exact IP lookups on PostgreSQL. Reopens #708Jacob Kaplan-Moss
2008-02-26Added documentation about the "app.Model" relation syntax introduced by [7185]Jacob Kaplan-Moss
2008-02-26Beefed up support for "lazy" related objects. Now, in addition to ForeignKey(...Jacob Kaplan-Moss
2008-02-26Fixed a missing __init__.py from [7153]Jacob Kaplan-Moss
2008-02-25Fixed #6661: fixed a bug with bash completion and python -i. Thanks, Soeren S...Jacob Kaplan-Moss
2008-02-25Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...Gary Wilson Jr
2008-02-23Fixed #708 -- Fixed searching within IP fields on PostgreSQL.Malcolm Tredinnick
2008-02-23Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite without b...Malcolm Tredinnick
2008-02-22Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures sp...Russell Keith-Magee
2008-02-21Fixed #6627 -- Made dict.clear() work for SortedDicts.Malcolm Tredinnick
2008-02-21Changed setup.py to work no matter where it is called from. We were previouslyMalcolm Tredinnick
2008-02-19Changed the name of the "ga" locale to "Irish" in the settings file.Malcolm Tredinnick
2008-02-19Fixed #6617 -- Added new Georgian (ka) translation from David Avsajanishvili.Malcolm Tredinnick
2008-02-19It makes sense that when you subclass an existing model field, you're oftenMalcolm Tredinnick
2008-02-19Fixed #2936, #6500 -- Added a __hash__() method to Models (since we implement...Malcolm Tredinnick
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag...Malcolm Tredinnick