summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2007-11-14Content coming via {{ block.super }} is always going to be correctly escapedMalcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-13Fixed #4787, #5913 -- Updating the queryset on a `ModelChoiceField` or `Model...Gary Wilson Jr
2007-11-12Simplified `SortedDict.__deepcopy__` now that the its constructor can take a ...Gary Wilson Jr
2007-11-11Fixed #5918 -- Removed `SortedDictFromList` since `SortedDict` now can do eve...Gary Wilson Jr
2007-11-11Fixed #5876 -- Updated Catalan translation from Marc Garcia.Malcolm Tredinnick
2007-11-11Fixed #5914 -- Updated Hebrew translation from Meir Kriheli.Malcolm Tredinnick
2007-11-11Fixed #5900 -- Updated traditional Chinese translation. Thanks, terryh.tp@gma...Malcolm Tredinnick
2007-11-11Fixed #5687 -- Updated Swedish translation. A bit of a group effort from DmitriMalcolm Tredinnick
2007-11-11Fixed #5898 -- Changed a few response processing paths to make things harder ...Malcolm Tredinnick
2007-11-11When using assertRedirect(), allow the caller to specify relative URLs andMalcolm Tredinnick
2007-11-09Fixed bug in /admin/doc/views/ caused by [6658]Luke Plant
2007-11-07Fixed #4376 -- login_required now works with bound methods. Thanks, Steven B...Luke Plant
2007-11-05Added the small changes necessary to make creating custom model fields easier.Malcolm Tredinnick
2007-11-04Fixed #5729 -- For MySQL (only), always delay the creation of foreign keyMalcolm Tredinnick
2007-11-04Fixed #5640 -- Added some extra error reporting when smart_unicode() orMalcolm Tredinnick
2007-11-04`floatformat` template filter docstring changes:Gary Wilson Jr
2007-11-04Added examples to the `pluralize` template filter's docstring.Gary Wilson Jr
2007-11-04For readability, use _() as an alias to mark translatable strings.Malcolm Tredinnick
2007-11-04Style and import fixes.Gary Wilson Jr
2007-11-04Fixed #5869 -- Corrected documentation for `now` template tag's "r" format ch...Gary Wilson Jr
2007-11-03Made use of `itertools.cycle` for the `cycle` template tag.Gary Wilson Jr
2007-10-31Removed unused variable.Gary Wilson Jr
2007-10-31Fixed #5816 -- Fixed a regression from [6333] that generates incorrect cookie...Gary Wilson Jr
2007-10-29Fixed imports, indention, and a long line.Gary Wilson Jr
2007-10-29Style fixes.Gary Wilson Jr
2007-10-28Corrected a typo and made some style fixes.Gary Wilson Jr
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-28Removed duplicate decimal import.Gary Wilson Jr
2007-10-27Wrapped some long lines and orginized imports.Gary Wilson Jr
2007-10-27Fixed #5824 -- For the `startapp` command, pass the true project name to the ...Gary Wilson Jr
2007-10-27Added to docstring of `setup_environ` about what the function returns.Gary Wilson Jr
2007-10-27Fixed #5798 -- Added a missing translation marker. Thanks, maru.Malcolm Tredinnick
2007-10-27Fixed #5799 -- Apparently it's not enough to have all the right letters in aMalcolm Tredinnick
2007-10-26i18n security fix. Details will be posted shortly to the Django mailing lists...Jacob Kaplan-Moss
2007-10-23Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...Adrian Holovaty
2007-10-23Removed a bunch of DOS line endings. Somehow I didn't convert this correctly inMalcolm Tredinnick
2007-10-22Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,Malcolm Tredinnick
2007-10-22Fixed #5183 -- Added __deepcopy__, pop() and popitem() to SortedDict. Based onMalcolm Tredinnick
2007-10-21Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length headerMalcolm Tredinnick
2007-10-21Fixed "django-admin.py --version" so that it doesn't print the version stringMalcolm Tredinnick
2007-10-21Fixed #3265 -- Made it a validation error to have field names with trailingMalcolm Tredinnick
2007-10-21Fixed a bug in the db cache backend introduced in [6572].Malcolm Tredinnick
2007-10-21Fixed #5560 -- Improved the way we create __str__ and __unicode__ methods inMalcolm Tredinnick
2007-10-21Fixed #5664 -- Added a Jython workaround for some assumptions in the signalMalcolm Tredinnick
2007-10-21Fixed #5712 -- Added more robustness to source code display in the debug view...Malcolm Tredinnick
2007-10-21Fixed #5732 -- Catch all possible errors when importing a URLConf file. ThisMalcolm Tredinnick
2007-10-21Modified the test harness to respect the LANGUAGE_CODE setting. Also changedMalcolm Tredinnick
2007-10-21Fixed #2920 -- Removed _() from builtins.Malcolm Tredinnick
2007-10-21Changed the location of language codes to match the project settings file fro...Malcolm Tredinnick