Commit History

作者 SHA1 備註 提交日期
  Malcolm Tredinnick cbe11c1982 Fixed #9430 -- Fixed documentation references to the HttpResponse classes for 16 年之前
  Malcolm Tredinnick 2f87035aac Fixed #9339 -- Small update to the Simplified Chinese translation from lidaobing. 16 年之前
  Malcolm Tredinnick 3bdde9ef9a Fixed #9372 -- Updated Slovakian translation from Marian Andre. 16 年之前
  Malcolm Tredinnick 1dafebaed1 Fixed #9424 -- Typo fix. 16 年之前
  Malcolm Tredinnick 032b7bc45e Fixed #9420 -- Fixed an exception type in the documentation of Queryset.get(). 16 年之前
  Malcolm Tredinnick 9900c87161 Fixed #9390 -- Restored some documentation about select_related() that was 16 年之前
  Malcolm Tredinnick 92a6c14291 Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke. 16 年之前
  Malcolm Tredinnick 3b5d975ff6 Fixed #9411 -- Changed the test from r9081 to be more robust across different database backends. 16 年之前
  Malcolm Tredinnick 9319dc496c Fixed #9406 -- Ensure that each database column is only represented once in the 16 年之前
  Malcolm Tredinnick e3aa9a2828 Fixed #9383 -- Don't open a network connection for sending email if there's 16 年之前
  Malcolm Tredinnick 62c3a7a625 Fixed #9410 -- I did not spell Portuguese correctly 18 months ago. Fixed now. 16 年之前
  Karen Tracey 30241385d5 Fixed #9252 -- Moved the try/except protecting against incorrect lookup params to where the error is now raised, and added a test for this case. 16 年之前
  Brian Rosner 5e5af8a8aa Display non_field_errors of inline forms in the admin. This was a presentation bug. 16 年之前
  Karen Tracey ae43d11838 Fixed #3096 -- Make admin list_filters respect limit_choices_to. 16 年之前
  Karen Tracey 49ef21d9ea Fixed #9039 -- Don't perform unique checks on NULL values, since NULL != NULL in SQL. 16 年之前
  Justin Bronn a14b98e207 Fixed #9361 -- thanks to Guillaume for the bug report and patch. 16 年之前
  Ian Kelly 934025e58d Fixed #9136: Do slicing in Oracle with rownum instead of row_number() for a speed improvement. Thanks, Guillaume Taglang. 16 年之前
  Karen Tracey 9feebb10f9 Fixed #8110 -- Allow for AdminLogNode's render to be called more than once. 16 年之前
  Ian Kelly 51d101b573 Fixed Oracle introspection mapping of DATE columns, and added an entry for Oracle 10g native float columns. 16 年之前
  Jacob Kaplan-Moss d7c829c98e Yet more file storage testing cleanup for the sake of buildbots; this should be the last of it, I hope. 16 年之前
  Jacob Kaplan-Moss b21ea0a836 More be-nice-to-the-buildbot: be better about cleaning up files created by the cache/session tests. 16 年之前
  Jacob Kaplan-Moss c185135068 Be nice to buildbots: switched `modeltests/files` to use a proper isolated directory for file storage 16 年之前
  Ian Kelly 9a72913edd Fixed .distinct() not working with slicing in Oracle, due to the 16 年之前
  Brian Rosner 227a5a4ee6 Corrected a typo in the 1.0 porting guide. 16 年之前
  Malcolm Tredinnick ede4f94621 Fixed #9239 -- Somebody read my form validation docs from r9177 and found a 16 年之前
  Malcolm Tredinnick 0b7b74432a Fixed #9325 -- Typo fix in the forms documentation. 16 年之前
  Malcolm Tredinnick 27d4f5b84c Fixed #9328 -- Added Scot Hacker to AUTHORS and moved a couple of other names 16 年之前
  Karen Tracey 05d695908c Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specified in list_display (added in r8352). Previously attempting to sort on the former would raise an exception and the latter simply didn't sort. Also added tests for this function. Thanks rgl and jenan. 16 年之前
  Malcolm Tredinnick 7e7a370e20 Fixed #9319 -- Fixed a crash when using the same model field in multiple 16 年之前
  Malcolm Tredinnick 559aca7d78 A queryset that has had ordering removed (order_by()) can have ordering added 16 年之前