summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2011-06-19Added '.txt' to list of file extensions that the makemessages management comm...Jannis Leidel
2011-06-17Fixed help message introduced in r16427.Jannis Leidel
2011-06-17Fixed #16099 -- Enabled threading for the runserver management command and ad...Jannis Leidel
2011-06-17Backed out [16356] due to later rejection of #16182.Andrew Godwin
2011-06-17Corrected slightly odd wording added in r16420.Jannis Leidel
2011-06-16Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...Jannis Leidel
2011-06-15Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan...Jannis Leidel
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10Fixed #16182: Increase timestamp precision on TimestampSigner. Thanks to Eric...Andrew Godwin
2011-06-10Fixed #16166 - `EmailField` does not comply with SMTP standardLuke Plant
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-06-09Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also t...Chris Beaven
2011-06-09Fixed #16178 - Cleanup request classes' `__repr__()`Luke Plant
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-07Removed an alias for ``django.template.loader`` that had been deprecated sinc...Alex Gaynor
2011-06-07Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix mul...Jannis Leidel
2011-05-28Fixed #14903 -- Removed much of the code in django.core.servers.basehttp that...Jannis Leidel
2011-05-28Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend...Jannis Leidel
2011-05-26Fixed #16082 -- Fixed race condition in the FileSystemStorage backend with re...Jannis Leidel
2011-05-24Fixed #16004 - csrf_protect does not send cookie if view returns TemplateResp...Luke Plant
2011-05-23Fixed #16078 -- Fixed a few typos in the signing documentation. Thanks, bruta...Jannis Leidel
2011-05-21Fixed #12417 -- Added signing functionality, including signing cookies. Many ...Jannis Leidel
2011-05-20Remove an unused import from django.core.paginatorChris Beaven
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-05-07Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...Jannis Leidel
2011-05-07Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel
2011-05-05Fixed #15795 - `__repr__` for RegexURLPattern not unicode safeLuke Plant
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...Jannis Leidel
2011-04-26Fixed #15889 -- when trying to access to access a serializer that doesn't exi...Alex Gaynor
2011-04-22Fixed #15672 -- Refined changes made in r15918. Thanks, vung.Jannis Leidel
2011-04-22Fixed #13689 -- Convert the per_page value to an integer upon initialization ...Jannis Leidel
2011-04-13Fixes Paginator.validate_number not raising a PageNotAnInteger exception when...Chris Beaven
2011-04-06Fixes #11596 -- Make paginator.Page iterableChris Beaven
2011-04-02Added missing warnings importRussell Keith-Magee
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2011-04-02Advanced deprecations in core.cache.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-26Fixed #9158 -- Changed django-admin.py help to be printed to stdout instead o...Adrian Holovaty
2011-03-26Fixed #15672 -- Fixed bug in core/handlers/wsgi.py where we were referring to...Adrian Holovaty
2011-03-19Fixed #13686 -- Ensure that memcache handling of unicode values in add() and ...Russell Keith-Magee
2011-03-16Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefis...Adrian Holovaty
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-02-28Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...Ramiro Morales
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-02-23Fixed #15299 -- Started the process of migrating the auth context processor s...Russell Keith-Magee
2011-02-21Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...Russell Keith-Magee