Changes between Version 151 and Version 152 of DjangoFellows/BerkerPeksag
- Timestamp:
- Jan 11, 2015, 8:47:20 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoFellows/BerkerPeksag
v151 v152 15 15 * https://github.com/django/django/pull/3467 -- Fixed #21429 -- Added builtin logging support to BaseCommand. 16 16 * 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. 17 18 18 19 ==== Code reviews ==== … … 24 25 * [Inline patch] https://code.djangoproject.com/ticket/24105#comment:2 25 26 * 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. 26 30 27 31 ==== Tracker Activity ====