• 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
..
_images Loading commit data...
class-based-views Loading commit data...
db Loading commit data...
forms Loading commit data...
http Loading commit data...
i18n Loading commit data...
auth.txt Loading commit data...
cache.txt Loading commit data...
conditional-view-processing.txt Loading commit data...
email.txt Loading commit data...
files.txt Loading commit data...
index.txt Loading commit data...
install.txt Loading commit data...
logging.txt Loading commit data...
pagination.txt Loading commit data...
python3.txt Loading commit data...
security.txt Loading commit data...
serialization.txt Loading commit data...
settings.txt Loading commit data...
signals.txt Loading commit data...
signing.txt Loading commit data...
templates.txt Loading commit data...
testing.txt Loading commit data...