• Aymeric Augustin's avatar
    [py3] Ported django.utils.encoding. · c5ef65bc
    Aymeric Augustin yazdı
    * Renamed smart_unicode to smart_text (but kept the old name under
      Python 2 for backwards compatibility).
    * Renamed smart_str to smart_bytes.
    * Re-introduced smart_str as an alias for smart_text under Python 3
      and smart_bytes under Python 2 (which is backwards compatible).
      Thus smart_str always returns a str objects.
    * Used the new smart_str in a few places where both Python 2 and 3
      want a str.
    c5ef65bc
Adı
Son kayıt (commit)
Son güncelleme
..
class-based-views Loading commit data...
contrib Loading commit data...
files Loading commit data...
forms Loading commit data...
models Loading commit data...
templates Loading commit data...
authbackends.txt Loading commit data...
clickjacking.txt Loading commit data...
databases.txt Loading commit data...
django-admin.txt Loading commit data...
exceptions.txt Loading commit data...
index.txt Loading commit data...
middleware.txt Loading commit data...
request-response.txt Loading commit data...
settings.txt Loading commit data...
signals.txt Loading commit data...
template-response.txt Loading commit data...
unicode.txt Loading commit data...
utils.txt Loading commit data...
validators.txt Loading commit data...