summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2008-02-03Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.Malcolm Tredinnick
2008-02-01Fixed #5422 -- Added a `raw` parameter to model `pre_save` and `post_save` si...Gary Wilson Jr
2008-01-31Fixed `add_domain` call to use domain attribute of `current_site` so the func...Gary Wilson Jr
2008-01-31Fixed #6508 -- Fixed `add_domain` function to also work with https feed URLs,...Gary Wilson Jr
2008-01-28Fixed #6431 -- Fixed misspelling in projects template settings file, thanks D...Gary Wilson Jr
2008-01-28Fixed #6354 -- Fixed url in `django/conf/urls/shortcut.py` to work with non-i...Gary Wilson Jr
2008-01-28Fixed #6324 -- Fixed `get()` call in `UserFlagManager.flag()`.Gary Wilson Jr
2008-01-28Style fixes.Gary Wilson Jr
2008-01-28Fixed #6419 -- Fixed verbosity level checks in loaddata command that were rai...Gary Wilson Jr
2008-01-28Fixed #6471 -- Fixed stringfilter decoration of `force_escape` filter.Gary Wilson Jr
2008-01-28Fixed typo in testcases module.Gary Wilson Jr
2008-01-18Fixed #6302 for ImageFields.Jacob Kaplan-Moss
2008-01-18Fixed #6031 -- Added error handling for _pre_test in django.test.TestCase; ex...Russell Keith-Magee
2008-01-17Fixed #6302. FileField no longer requires a value if one already exists. Than...Joseph Kocherhans
2008-01-13Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil...Gary Wilson Jr
2008-01-13Fixed #6347 -- Fixed missing comma in `it_province.py` module, thanks Filippo...Gary Wilson Jr
2008-01-09Fixed #6329 -- Updated Croation (hr) translation from Aljosa Mohorovic.Malcolm Tredinnick
2008-01-09Fixed #6292 -- Updated Japanese translation from Makoto Tsuyuki.Malcolm Tredinnick
2008-01-09Fixed #6288 -- Updated Catalan translation from Marc Fargas.Malcolm Tredinnick
2008-01-09Fixed #6277 -- Updated Turkish translation (and moved authors into AUTHORS fi...Malcolm Tredinnick
2008-01-06Fixed a subtle corner case whereby sending a bad session ID generates new (un...Malcolm Tredinnick
2008-01-06Fixed #6248 -- Fixed typo in urlify.js. Pointed out by arien.Malcolm Tredinnick
2008-01-06Fixed #5567 -- Added a "last" filter. Based on a patch from darkpixel.Malcolm Tredinnick
2008-01-06The "first" filter can return an unsafe string for safe input ( {{"<"|firs...Malcolm Tredinnick
2008-01-05Reverted 'regroup' template tag changes from [6956], as they caused bug #6271...Adrian Holovaty
2008-01-04Fixed #6254: Made fetchone() in the oracle backend correctly convert Ian Kelly
2008-01-04Fixed the Oracle backend mangling colorized unique_together SQL.Ian Kelly
2008-01-02Fixed #6299 -- Fixed an indentation error in django/core/mail.py introduced i...Adrian Holovaty
2008-01-02Fixed #5887 -- Consolidated some duplicate code in SafeMIMEText and SafeMIMEM...Adrian Holovaty
2008-01-02Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation and ...Adrian Holovaty
2008-01-02Fixed #6295 -- Made the {% for %} tag a bit more efficient by creating a sing...Adrian Holovaty
2007-12-23Corrected a typo in the debug page -- 'Share this traceback on a public Web s...Adrian Holovaty
2007-12-22Renamed 'reversed' variable to 'is_reversed' in ForLoop template tag implemen...Adrian Holovaty
2007-12-22Negligible cleanups to django.template.contextAdrian Holovaty
2007-12-22Negligible changes to django.template -- removed a useless docstring, convert...Adrian Holovaty
2007-12-22Removed lexer_factory() and parser_factory() functions in django.template, si...Adrian Holovaty
2007-12-22Removed a comment in django/template/__init__.py that suggests we would do 'c...Adrian Holovaty
2007-12-22Negligible formatting changes to django/template/__init__.py -- fixed some sp...Adrian Holovaty
2007-12-22Changed an '== None' to 'is None' in Template.__init__()Adrian Holovaty
2007-12-22Moved the various Debug classes in django.template to a new module, debug.py,...Adrian Holovaty
2007-12-21Set Oracle stmtcachesize to 20 instead of 0 for a performance boost.Matt Boersma
2007-12-20Rearranged an Oracle ALTER statement so it is run only once per new connectio...Matt Boersma
2007-12-19Removed some reverse string craziness from the regroup template tag argument ...Gary Wilson Jr
2007-12-19Fixed #6139 -- When sending email, made sure that the "to" and "bcc" sequence...Malcolm Tredinnick
2007-12-19Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ...Malcolm Tredinnick
2007-12-19Fixed #6208 -- Updated Dutch translation. Thanks, arien and v.oostveen@idca.nl.Malcolm Tredinnick
2007-12-19Fixed #6239 -- Fixed an auto-escaping problem with urlizetrunc. Thanks, Smile...Malcolm Tredinnick
2007-12-19Fixed #6238 -- Bumped up the length of data displayed in databrowse slightly....Malcolm Tredinnick
2007-12-19Fixed comma splices in PendingDeprecationWarnings of form_for_model and form_...Adrian Holovaty
2007-12-19Changed the ImportError message from [6832] to improve wordingAdrian Holovaty