Changes between Version 151 and Version 152 of DjangoFellows/BerkerPeksag


Ignore:
Timestamp:
Jan 11, 2015, 8:47:20 PM (9 years ago)
Author:
Berker Peksag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoFellows/BerkerPeksag

    v151 v152  
    1515* https://github.com/django/django/pull/3467 -- Fixed #21429 -- Added builtin logging support to BaseCommand.
    1616* https://github.com/django/django/pull/3815 -- Fixed #24063 -- Locale code validation too strict
     17* https://github.com/django/django/pull/3729 -- Fixed #16501 -- Added a unicode parameter to models.SlugField and forms.SlugField.
    1718
    1819==== Code reviews ====
     
    2425* [Inline patch] https://code.djangoproject.com/ticket/24105#comment:2
    2526* https://github.com/mathspace/django/commit/0d09e379aa983c95b357ce4e54dd298f6725f3ef -- Fixed #24097 -- Python3 AttributeError with redirect_to_login and lazy LOGIN_URL [Full patch at https://github.com/mathspace/django/compare/error-lazylogin-master]
     27* https://github.com/django/django/pull/3887 -- Fixed #23913 -- Deprecated the `=` comparison in `if` template tag.
     28* https://github.com/django/django/pull/3847 -- Fixed #23712 -- Fixed KeyError with BaseForm._html_output()
     29* https://github.com/django/django/pull/3885 -- Fixed #24118 -- Added --debug-sql option for tests.
    2630
    2731==== Tracker Activity ====
Back to Top