summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2010-08-20Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met...Russell Keith-Magee
2010-08-17Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...Russell Keith-Magee
2010-08-16Fixed #14002 -- Modified filesize filter to ensure strings are translatable. ...Russell Keith-Magee
2010-08-14Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...Russell Keith-Magee
2010-08-14Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...Russell Keith-Magee
2010-08-14Fixed #14002 -- Updated filesize filter to support terabyte and petabyte file...Russell Keith-Magee
2010-08-14Fixed #13699 -- Updated Catalan translation. Thanks to txels.Russell Keith-Magee
2010-08-14Fixed #13905 -- Updated Basque translation. Thanks to Aitzol Naberan.Russell Keith-Magee
2010-08-14Fixed #14079 -- Updated Norwegian Nynorsk translation. Thanks to HÃ¥vard Grim...Russell Keith-Magee
2010-08-14Fixed #14084 -- Updated French translation. Thanks to stephaner.Russell Keith-Magee
2010-08-14Fixed #14096 -- Corrected Python 2.4 syntax issue. Thanks to PaulM for the re...Russell Keith-Magee
2010-08-14Fixed #13679, #13231, #7287 -- Ensured that models that have ForeignKeys/Many...Russell Keith-Magee
2010-08-11Fixed typos in es_AR translation.Ramiro Morales
2010-08-07Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and...Russell Keith-Magee
2010-08-07Fixed #14076 -- Updated Danish translation. Thanks to finngruwier.Russell Keith-Magee
2010-08-07Fixed #13516 -- Added an internal type definition for AutoFields, so that sub...Russell Keith-Magee
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-07Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...Russell Keith-Magee
2010-08-07Fixed #14070 -- Updated Serbian translations. Thanks to janos.Russell Keith-Magee
2010-08-07Fixed #8426 - 'helptext' CSS class - hopefully for real this time.Luke Plant
2010-08-06Tweaked r13520 translation update (one forgtten fuzzy string).Ramiro Morales
2010-08-06Updated es_AR translation.Ramiro Morales
2010-08-06Fixed #11159 -- Added mimetype detection to the test client for file uploads....Russell Keith-Magee
2010-08-06Updated German translation.Jannis Leidel
2010-08-06Fixed #14069 -- Updated Czech translation. Thanks to Tuttle.Russell Keith-Magee
2010-08-06Fixed #13615 -- Clarified test assertion text to avoid confusion when respons...Russell Keith-Magee
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-08-06Fixed #13092 -- Added support for the "in" operator when dealing with context...Russell Keith-Magee
2010-08-06Fixed #12746 -- Updated sorting calls to use 'key' instead of 'cmp'. This wil...Russell Keith-Magee
2010-08-06Fixed #14014 -- Ensure that the "save and add another" button for users actua...Russell Keith-Magee
2010-08-06Fixed #14012 -- Corrected the handling of the create user popup dialog in the...Russell Keith-Magee
2010-08-06Fixed #14027 -- Ensure that reverse() raises an exception when you try to rev...Russell Keith-Magee
2010-08-06Fixed #13316 -- Modified the default behavior of PasswordInput to prevent ref...Russell Keith-Magee
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2010-08-06Fixed #14064 -- Corrected spelling of Argentinian. There are arguments that i...Russell Keith-Magee
2010-08-06Fixed #13651 -- Added Malayalam (ml) translation. Thanks to rajeesh.Russell Keith-Magee
2010-08-05Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ...Russell Keith-Magee
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
2010-08-05Converted sessions tests from doctest to unittest.Luke Plant
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2010-08-05Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...Russell Keith-Magee
2010-08-05Fixed #13946 -- Modified the database cache backend to use the database route...Russell Keith-Magee
2010-08-05Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04Fixed #14025 -- Modified flush to adhere to router sync instructions when emm...Russell Keith-Magee
2010-08-03Fixed #11377: the template join filter now correctly escapes the joiner, too.Jacob Kaplan-Moss
2010-07-30Fixed #13882 -- Removed an unnecessary nested where clause introduced on __is...Russell Keith-Magee
2010-07-30Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys h...Russell Keith-Magee
2010-07-30Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...Russell Keith-Magee
2010-07-30Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code....Russell Keith-Magee