Ramiro Morales
|
24bbf1367a
Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.
|
11 years ago |
Ramiro Morales
|
7379d9acea
Removed insert(), value_for_insert() SortedDict methods deprecated in Django 1.5.
|
11 years ago |
Tim Graham
|
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
11 years ago |
Baptiste Darthenay
|
8821bcb2a0
Fixed #20591: added version in docs for utils.module_loading.import_by_path.
|
11 years ago |
Jacob Kaplan-Moss
|
357d62d9f2
Explained that timezone.now() always returns times in UTC.
|
11 years ago |
Claude Paroz
|
b664cb818d
Fixed #19237 (again) - Made strip_tags consistent between Python versions
|
11 years ago |
Marc Tamlyn
|
cde820bd31
Make the example usage of import_by_path less confusing.
|
11 years ago |
Tim Graham
|
b9dbd1dd2f
Fixed #19748 - Documented django.utils.module_loading.import_by_path
|
12 years ago |
ferhat elmas
|
e5d252f5b9
Fixed #20146 -- Updated removed_tags example
|
12 years ago |
Tim Graham
|
eafc036476
Fixed #19577 - Added HTML escaping to admin examples.
|
12 years ago |
Florian Apolloner
|
e2252bf977
Fixed a typo.
|
12 years ago |
Tim Graham
|
9b5f64cc6e
Fixed #19516 - Fixed remaining broken links.
|
12 years ago |
Aymeric Augustin
|
7ee7599ab3
Removed versionadded/changed annotations dating back to 1.4.
|
12 years ago |
Tim Graham
|
b3a8c9dab8
Fixed broken links, round 3. refs #19516
|
12 years ago |
Tim Graham
|
507c081484
Fixed #18718 - Documented django.utils.encoding.filepath_to_uri
|
12 years ago |
Tim Graham
|
d0345b7114
Fixed #15338 - Documented django.utils.decorators
|
12 years ago |
Aymeric Augustin
|
a120fac65a
Introduced force_bytes and force_str.
|
12 years ago |
Marc Tamlyn
|
212b9826bd
Fixed #14516 -- Extract methods from removetags and slugify template filters
|
12 years ago |
Aymeric Augustin
|
547b181046
[py3] Ported django.utils.safestring.
|
12 years ago |
Aymeric Augustin
|
a0a0203a39
[py3] Added python_2_unicode_compatible decorator.
|
12 years ago |
Aymeric Augustin
|
c5ef65bcf3
[py3] Ported django.utils.encoding.
|
12 years ago |
Aymeric Augustin
|
d01eaf7104
[py3] Removed uses of sys.maxint under Python 3.
|
12 years ago |
Alex Gaynor
|
8b3c2f2c51
Deprecate two methods (which I seriously doubt anyone ever used, but they were documented so...) because they cannot be implemented efficiently on top of collections.SortedDict in Python 2.7 and up.
|
12 years ago |
Luke Plant
|
bee498f3a2
Added 'format_html' utility for formatting HTML fragments safely
|
12 years ago |
Luke Plant
|
f33e150369
Documented utils.html.escape and conditional_escape
|
12 years ago |
Claude Paroz
|
8a5d1a6b93
Updated obsolete links in the documentation
|
12 years ago |
Alex Gaynor
|
1583d40224
Fixed the syntax used for the Python repl examples in docs and docstrings.
|
12 years ago |
Claude Paroz
|
865cd35c9b
Made more extensive usage of context managers with open.
|
12 years ago |
Aymeric Augustin
|
3e8b40f479
Fixed #17992 -- Added a public API for localtime.
|
13 years ago |
Aymeric Augustin
|
7ce1ad7c03
Made django.utils.timezone.localtime a private API -- it's too specific to the template engine.
|
13 years ago |