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
2015-07-20
Replaced six.BytesIO with io.BytesIO
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-15
Fixed #24966 -- Added deployment system check for empty ALLOWED_HOSTS.
rroskam
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-14
Fixed #25123 -- Corrected makemessages --extension help text
Cesar Canassa
2015-07-13
Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...
Daniel Roseman
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-07-08
Fixed catastrophic backtracking in URLValidator.
Shai Berger
2015-07-08
Prevented newlines from being accepted in some validators.
Tim Graham
2015-07-07
Fixed #22804 -- Added warning for unsafe value of 'sep' in Signer
David Wolever
2015-07-06
Fixed #25059 -- Allowed Punycode TLDs in URLValidator
Alexey Sveshnikov
2015-07-06
Updated Memcached get_backend_timeout() comment.
Karol Duleba
2015-07-03
Fixed #24877 -- Added middleware handling of response.render() errors.
Sylvain Fankhauser
2015-07-03
Fixed #23190 -- Made Paginator.page_range an iterator
Rigel Di Scala
2015-07-02
Fixed #25050 -- Allowed serialization of models with deferred fields.
Grégoire ROCHER
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-24
Reordered import in JSON serializer
Claude Paroz
2015-06-24
Fixed #25019 -- Added UUID support in DjangoJSONEncoder
Lukas Hetzenecker
2015-06-22
Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...
Rolo
2015-06-20
Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.
Marten Kenbeek
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-17
Fixed #24829 -- Allowed use of TemplateResponse in view error handlers.
ana-balica
2015-06-16
Fixed #24971 -- Made startapp generate an apps.py
Mounir Messelmeni
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-06-12
Fixed #24963 -- Added File.seekable() on Python 3.
Carson Gee
2015-06-11
Fixed #24950 -- Added unicode_literals to models.py in app template
Markus Holtermann
2015-06-10
Merge pull request #4811 from mthornhill/12685
Russell Keith-Magee
2015-06-10
Fix for ticket 12685
mick
2015-06-09
Fixed #24769 -- Cast optparse verbosity argument to an integer for better bac...
Rivo Laks
2015-06-06
Fixed #24922 -- Added system check for templates setting
Sergei Maertens
2015-06-06
Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.
Marten Kenbeek
2015-06-05
Fixed #24904 -- Fixed nested namespaces in current_app.
Marten Kenbeek
2015-06-04
Fixed #24159 -- Made compilemessages run across all apps.
Matthew Somerville
2015-05-22
Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...
Peter Inglesby
2015-05-18
Fixed #24805 -- Delayed check for locale_dir in makemessages
Claude Paroz
2015-05-17
Refactored datetime handling in the database cache backend.
Aymeric Augustin
2015-05-17
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
Removed global timezone-aware datetime converters.
Aymeric Augustin
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-13
Fixed #24742 -- Made runserver.check_migrations ignore read-only databases
Claude Paroz
2015-05-12
Allowed runserver sublcasses to easily override the default port.
Matt Robenolt
2015-05-11
Fixed #24733 -- Passed the triggering exception to 40x error handlers
Claude Paroz
2015-05-05
Extended variable name in handlers/base.py
Claude Paroz
2015-05-02
Fixed #24693 -- Added label and label_lower property to Model._meta
Luis Del Giudice
2015-05-01
Fixed #23271 -- Fixed makemessages crash/test failure for some locales.
daphshez
2015-04-26
Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...
Harry
[next]