index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed threading fallback imports.
Tim Graham
2015-01-28
2
-8
/
+2
*
Fixed typos in code comments.
Adam Taylor
2015-01-20
1
-1
/
+1
*
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-19
1
-3
/
+3
*
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-19
1
-8
/
+0
*
Removed utils.module_loading.import_by_path() per deprecation timeline; refs ...
Tim Graham
2015-01-18
1
-21
/
+0
*
Removed utils.text.javascript_quote() per deprecation timeline; refs #21725.
Tim Graham
2015-01-17
1
-29
/
+0
*
Removed deprecated Chinese language codes; refs #18149.
Tim Graham
2015-01-17
1
-12
/
+0
*
Removed django.utils.tzinfo per deprecation timeline; refs #17262.
Tim Graham
2015-01-17
1
-117
/
+0
*
Removed compatibility with Python 3.2.
Tim Graham
2015-01-17
2
-14
/
+3
*
Removed django.utils.datastructures.SortedDict per deprecation timeline.
Tim Graham
2015-01-17
1
-125
/
+0
*
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2015-01-17
1
-62
/
+0
*
Removed django.utils.datastructures.MergeDict per deprecation timeline; refs ...
Tim Graham
2015-01-17
1
-115
/
+0
*
Removed django.utils.functional.memoize per deprecation timeline.
Tim Graham
2015-01-17
1
-25
/
+0
*
Removed django.utils.unittest per deprecation timeline.
Tim Graham
2015-01-17
1
-13
/
+0
*
Removed django.utils.importlib per deprecation timeline.
Tim Graham
2015-01-17
1
-47
/
+0
*
Removed django.utils.dictconfig per deprecation timeline.
Tim Graham
2015-01-17
1
-569
/
+0
*
Fixed is_safe_url() to handle leading whitespace.
Tim Graham
2015-01-13
1
-0
/
+1
*
Fixed #24073 -- Returned None for get_language when translations are deactivated
Claude Paroz
2015-01-08
1
-0
/
+3
*
Updated six to 1.9.0.
Tim Graham
2015-01-02
1
-25
/
+83
*
Cleaned up the django.template namespace.
Aymeric Augustin
2014-12-28
1
-2
/
+2
*
Fixed #23831 -- Supported strings escaped by third-party libs in Django.
Aymeric Augustin
2014-12-27
2
-4
/
+11
*
Fixed an inconsistency introduced in 547b1810.
Aymeric Augustin
2014-12-27
1
-1
/
+1
*
Fixed #23346 -- Fixed lazy() to lookup methods on the real object, not result...
Gavin Wahl
2014-12-26
1
-23
/
+13
*
Fixed #24045 -- Removed useless mark_safe() call in trans_null.py
Tim Graham
2014-12-26
1
-3
/
+0
*
Fixed #23866 -- Harmonized refs to Django documentation from code
Claude Paroz
2014-12-25
2
-2
/
+12
*
Fixed #20349 -- Moved setting_changed signal to django.core.signals.
Collin Anderson
2014-12-24
1
-1
/
+1
*
Fixed #23998 -- Added datetime.time support to migrations questioner.
Oscar Ramirez
2014-12-22
1
-4
/
+8
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
2
-0
/
+62
*
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-13
2
-4
/
+4
*
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-08
7
-18
/
+18
*
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-03
2
-2
/
+2
*
Fixed #23935 -- Converted decimals to fixed point in utils.numberformat.format
Eric Rouleau
2014-12-03
1
-1
/
+6
*
Fixed typo in django/utils/decorators.py comment.
Tom V
2014-11-24
1
-1
/
+1
*
Simplified caching of supported languages.
Aymeric Augustin
2014-11-19
1
-16
/
+15
*
Simplified caching of get_default_timezone().
Aymeric Augustin
2014-11-19
1
-12
/
+9
*
Fixed #22407 -- Added AdminEmailHandler.send_mail().
Berker Peksag
2014-11-15
1
-3
/
+4
*
Removed thread customizations of six which are now built-in.
Tim Graham
2014-11-13
1
-4
/
+0
*
Raised SuspiciousFileOperation in safe_join.
Aymeric Augustin
2014-11-11
1
-2
/
+4
*
Added a dummy class for HTMLParserError; refs #23763.
Tim Graham
2014-11-05
1
-1
/
+6
*
Updated six to 1.8.0.
Tim Graham
2014-11-04
1
-72
/
+174
*
Fixed #18456 -- Added path escaping to HttpRequest.get_full_path().
Unai Zalakain
2014-11-03
1
-0
/
+17
*
Fixed #23715 -- Prevented urlize from treating a trailing ! as part of an URL
Markus Holtermann
2014-10-31
1
-1
/
+1
*
Fixed #23670 -- Prevented partial import state during module autodiscovery
Markus Holtermann
2014-10-31
1
-18
/
+18
*
Fixed #23558 -- documented slugify limitations
David Hoffman
2014-10-30
1
-3
/
+3
*
Fixed #23688 -- Updated cached_property to preserve docstring of original fun...
John-Scott Atlakson
2014-10-20
1
-0
/
+1
*
Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...
Jon Dufresne
2014-10-20
2
-5
/
+6
*
Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...
Jon Dufresne
2014-10-20
1
-2
/
+6
*
Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__
Thomas Chaumeny
2014-10-16
1
-1
/
+4
*
Fixed #19508 -- Implemented uri_to_iri as per RFC.
Anubhav Joshi
2014-10-16
1
-2
/
+39
*
Added unicode_literals to the jslexer.
Florian Apolloner
2014-10-15
1
-0
/
+1
[next]