summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-06-01rollback on dummy database now has no effect (previously raised an error). Th...Simon Willison
2007-06-01Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser...Russell Keith-Magee
2007-06-01Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.Malcolm Tredinnick
2007-06-01Fixed #3206 -- Changed ETag comparison to only return 304 when the normalMalcolm Tredinnick
2007-06-01Fixed #4290 -- Added a warning about trailing slashes to the project settingsMalcolm Tredinnick
2007-06-01Fixed #4427 -- Ported daily_cleanup.py to use model API for greaterMalcolm Tredinnick
2007-06-01Fixed #4445 -- Fixed an import problem in one of the Python 2.3-only codeMalcolm Tredinnick
2007-05-31Fixed #4441 -- Made a small optimization to the regroup template tag implemen...Adrian Holovaty
2007-05-31Fixed #4426 -- Renamed duplicate doctest module _doctest, and documented the ...Russell Keith-Magee
2007-05-31Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza KralJacob Kaplan-Moss
2007-05-29Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensureMalcolm Tredinnick
2007-05-29Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ...Russell Keith-Magee
2007-05-28Fixed a serialization problem with objects that have a foreign key on an obje...Russell Keith-Magee
2007-05-27Report an error if urlpatterns contain a string view name and it is empty.Malcolm Tredinnick
2007-05-26Fixed #4323 -- Added the ability to display author names without emailMalcolm Tredinnick
2007-05-26Fixed #4372 -- Fixed a small typo in an error message. Thanks, John Shaffer.Malcolm Tredinnick
2007-05-26Fixed #4377 -- Small tweak to the German translation. Thanks, Frank Tegtmeyer.Malcolm Tredinnick
2007-05-26Fixed #4383 -- Updated Catalan translation. Thanks, Marc Fargas.Malcolm Tredinnick
2007-05-26Fixed #3718 -- Exposed form errors to cleaning methods as soon as they areMalcolm Tredinnick
2007-05-26Fixed #4297 -- Made form errors available to sub-classes. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-26Fixed #4390, #4385 -- Made it clear that cleaned_data wasn't being assigned toMalcolm Tredinnick
2007-05-24Fixed #4378 -- Fixed a broken format string.Malcolm Tredinnick
2007-05-22Fixed #3397 (again): admin_order_field is now displayed correctly in the admi...Jacob Kaplan-Moss
2007-05-22Fixed #4357 -- Removed a type conversion that was only introduced inMalcolm Tredinnick
2007-05-21Removed some cruft left over from fixing problems in the move to DecimalFieldMalcolm Tredinnick
2007-05-21Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-21Fixed #4347 -- Updated Catalan translation. Thanks, Marc Fargas.Malcolm Tredinnick
2007-05-21Fixed #3673 -- Fixed format string errors in Telugu translation. ThanksMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-20Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijnAdrian Holovaty
2007-05-20Moved markup tests into their contrib directory.Russell Keith-Magee
2007-05-20Modified the django system test script to search for tests in the contrib apps.Russell Keith-Magee
2007-05-19Fixed #4330 -- Fixed typo when retrieving field names. Patch from Marc Fargas.Malcolm Tredinnick
2007-05-19Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().Malcolm Tredinnick
2007-05-19Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson.Malcolm Tredinnick
2007-05-19Fixed #4343 -- Fixed a couple of format errors in the Argentinean SpanishMalcolm Tredinnick
2007-05-19Fixed #4308 -- Updated Russian translation. Thanks, Vasiliy Stavenko.Malcolm Tredinnick
2007-05-16Fixed #4318 -- Fixed unused imports and other various style tweaks in newform...Adrian Holovaty
2007-05-15Fixed some documentation strings in django-admin, and updated the bash comple...Russell Keith-Magee
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-14Added check to prevent sequence reset if no fixtures are loaded.Russell Keith-Magee
2007-05-14Fixed #4288 -- Modified serializers to pay attention to the to_field attribut...Russell Keith-Magee
2007-05-14Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.Malcolm Tredinnick
2007-05-14Fixed some incorrect reporting of error messages in assertRedirects, and adde...Russell Keith-Magee
2007-05-14Fixed #4283 -- Added Bulgarian translation. Thanks Jordan Dimov.Malcolm Tredinnick
2007-05-13Removed a stray import that snuck into [5211].Malcolm Tredinnick
2007-05-12Fixed the test harness to work with Python 2.3 again (tested that it stillMalcolm Tredinnick
2007-05-12Fixed a compatibility problem with Python 2.3.Malcolm Tredinnick
2007-05-12Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha...Russell Keith-Magee
2007-05-12Fixed #4231 -- Added quoting for sequence names on sequence reset for Postgre...Russell Keith-Magee