summaryrefslogtreecommitdiff
path: root/django/utils
AgeCommit message (Expand)Author
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel
2011-06-04Fix #15880: Prevent "stalling" when running dev server in background by ignor...Karen Tracey
2011-06-01Allow SimpleLazyObjects to return None without constantly being reevaluated, ...Alex Gaynor
2011-06-01Fixed #9200 -- Added new form wizard to formtools based on class based views....Jannis Leidel
2011-05-31Cleaned up how ``request.user`` is set, this is a follow up to [16297]. Thank...Alex Gaynor
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-22Fixes #8593 -- better handling of safe_join case sensitivity on windows. Than...Chris Beaven
2011-05-22Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (...Jannis Leidel
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-10Added missing callables to django.utils.translation.__all__ (`override` and `...Jannis Leidel
2011-05-06Added django.utils.translation.override context manager to easily activate an...Jannis Leidel
2011-05-05Fixed #15811 - lazy() doesn't take into account methods defined in parentsLuke Plant
2011-05-01Replaced old-style with new-style decorator syntax.Jannis Leidel
2011-05-01Fixed #5714 -- Strip whitespaces around date and time form field values befor...Jannis Leidel
2011-04-28Fixed #7267 - UnicodeDecodeError in clean_htmlLuke Plant
2011-04-22Fixed #15662 -- Made sure the module_has_submodule utility function follow co...Jannis Leidel
2011-04-22Fixed #13810 -- Truncate numbers correctly when given number of decimal posit...Jannis Leidel
2011-04-22Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ...Jannis Leidel
2011-04-18Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage...Ramiro Morales
2011-04-02Fixed grammar error in utils/functional.py from [15940]Adrian Holovaty
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecations in django.utils.translation.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-31Fixed #15724 -- Added update_wrapper import to utils.functional to be a bit m...Jannis Leidel
2011-03-30Re-added a few compatibility modules that were removed in r15927 to lower the...Jannis Leidel
2011-03-28Remove a license that no long applies to any code, and add a comment for the ...Alex Gaynor
2011-03-28Removed a Python 2.4 try/except no longer necessary in django.utils.translati...Adrian Holovaty
2011-03-28Simplified django.utils.feedgenerator.get_tag_uri now that we don't require P...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-26Fixed #15635 -- Converted two legacy old-style raise statements. Thanks, DaNm...Adrian Holovaty
2011-03-24Ensure stdin is a tty before handing it to termios, so as to prevent prolems ...Karen Tracey
2011-03-19Fixed #15565: Ensure terminal echo is on after reloader reloads (something tu...Karen Tracey
2011-03-19Fixed #15632 -- Ignore unrelated content in template multi-line comment block...Ramiro Morales
2011-03-17Fixed #15628 -- Made the admin error email more useful when there isn't a req...Russell Keith-Magee
2011-03-16Fixed #15603 -- Changed the traceback error e-mails not to use HTML by defaul...Adrian Holovaty
2011-03-15Fixed #15617 - CSRF referer checking too strictLuke Plant
2011-03-14Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. ...Adrian Holovaty
2011-03-03Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce i...Ramiro Morales
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-02Fixed #4992 -- Respect the GET request query string when creating cache keys....Jannis Leidel
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
2011-02-21Fixed #15369 -- Added missing import in _os module. Thanks, jonash.Jannis Leidel
2011-02-14Normalize the locale paths when considering merging a project language catalo...Jannis Leidel
2011-02-12Don't merge in translations twice from deprecated project level tree when it ...Ramiro Morales
2011-02-12Fixed #15286 -- Don't show deprecation warning if project locale dir is inclu...Jannis Leidel
2011-02-12Fixed #14461 -- Look also in LOCALE_PATHS when checking if a language is supp...Jannis Leidel
2011-02-12Fixed #15237 -- Always set charset of Atom1 feeds to UTF-8. Thanks, Simon and...Jannis Leidel