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