summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-17Fixed #4899 -- Fixed a problem with PO file header generation caused by [5708].Malcolm Tredinnick
2007-07-17Fixed #4898 -- Fixed a precendence problem when constructing HTTP Date header.Malcolm Tredinnick
2007-07-16Fixed #4851 -- Fixed description of an example query in `db-api` docs.Gary Wilson Jr
2007-07-16Removed unused variable and changed comments about `permalink` decorator into...Gary Wilson Jr
2007-07-16Fixed #4845 -- Fixed some problems with Unicode usage and caching. Thanks,Malcolm Tredinnick
2007-07-16Cleaned up a couple unused imports and fixed docstrings to follow Python Styl...Gary Wilson Jr
2007-07-16Refs #3012 -- Removed iterator from `test_data_types` cache test that I added...Gary Wilson Jr
2007-07-16Fixed #4887 -- Fixed another place where template tag arguments are usedMalcolm Tredinnick
2007-07-16Fixed #4806 -- Updated Simplified Chinese translation. Thanks, limodou.Malcolm Tredinnick
2007-07-16Fixed #4884 -- Fixed an initialisation problem when assigned to settings beforeMalcolm Tredinnick
2007-07-16Fixed #4199 -- Changed date formatting in HTTP expires header to be specMalcolm Tredinnick
2007-07-16Updated AUTHORS for [5708].Malcolm Tredinnick
2007-07-15Improved docs/templates.txt section on the 'regroup' tagAdrian Holovaty
2007-07-15Edited docs/db-api.txt changes from [5700]Adrian Holovaty
2007-07-15Fixed #4734 -- Changed message extraction to permit non-ACSII msgid strings.Malcolm Tredinnick
2007-07-15Re-encoded djangojs.po for French and German locales to UTF-8. These were theMalcolm Tredinnick
2007-07-15Fixed #4882 -- Updated Argentinean Spanish translation (includes re-encoding toMalcolm Tredinnick
2007-07-15Fixed #4880 -- Updated Spanish translation (includes re-encoding to UTF-8).Malcolm Tredinnick
2007-07-15Changed imports to adhere to PEP 8.Gary Wilson Jr
2007-07-15Fixed #3012 -- Changed the locmem cache backend to use pickle instead of deep...Gary Wilson Jr
2007-07-15Fixed #4877 -- Fixed typo in testing documentation, patch from John Shaffer.Gary Wilson Jr
2007-07-15Fixed #4310 -- Fixed a regular expression bug in `strip_entities` function an...Gary Wilson Jr
2007-07-15Clarified the documentation on the steps that happen during a save, and how r...Russell Keith-Magee
2007-07-14Negligible capitalization fix in test/client.py docstringAdrian Holovaty
2007-07-14Edited docs/db-api.txt changes from [5658]Adrian Holovaty
2007-07-14Fixed #4870 -- Removed unneeded import and fixed a docstring in an example.Malcolm Tredinnick
2007-07-14Fixed #4731 -- Changed management.setup_environ() so that it no longer assumesMalcolm Tredinnick
2007-07-14Fixed a problem with translatable strings from [5686].Malcolm Tredinnick
2007-07-14Fixed #4862 -- Fixed invalid Javascript creation in popup windows in admin.Malcolm Tredinnick
2007-07-14Fixed #4863 -- Removed comment references to a no-longer present link. PointedMalcolm Tredinnick
2007-07-14Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks,Malcolm Tredinnick
2007-07-13Documented the 'commit' argument to save() methods on forms created via form_...Adrian Holovaty
2007-07-13Refs #2591 -- Removed int conversion and try/except since the value in the si...Gary Wilson Jr
2007-07-13Fixed #4556 -- Stylistic changes to [5500]. Thanks, glin@seznam.cz.Malcolm Tredinnick
2007-07-13Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path value.Malcolm Tredinnick
2007-07-13Added author credit for [5686]. Refs #4469.Malcolm Tredinnick
2007-07-13Fixed #4469 -- Added slightly more informative error messages to max- andMalcolm Tredinnick
2007-07-13Fixed #4865 -- Replaced a stray generator comprehension with a listMalcolm Tredinnick
2007-07-13Fixed #4861 -- Removed some duplicated logic from the newforms RegexField byMalcolm Tredinnick
2007-07-13Fixed #4846 -- Fixed some Python 2.3 encoding problems in the admin interface.Malcolm Tredinnick
2007-07-13Fixed #4842 -- Added slightly more robust error reporting. Thanks, ThomasMalcolm Tredinnick
2007-07-13Fixed #4839 -- Added __repr__ methods to URL classes that show the pattern theyMalcolm Tredinnick
2007-07-13Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.Malcolm Tredinnick
2007-07-13Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch fromMalcolm Tredinnick
2007-07-13Fixed #3505 -- Added handling for the error raised when the user forgets the ...Russell Keith-Magee
2007-07-12Fixed #4526 -- Modified the test Client login method to fail when a user is i...Russell Keith-Magee
2007-07-12Fixed #4538 -- Split the installation instructions to differentiate between i...Russell Keith-Magee
2007-07-12Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, ...Russell Keith-Magee
2007-07-12Fixed #4522 -- Clarified the allowed filter arguments on the time and date fi...Russell Keith-Magee
2007-07-12Fixed #4502 -- Clarified reference to view in tutorial. Thanks for the sugges...Russell Keith-Magee