Changes between Version 104 and Version 105 of LittleEasyImprovements


Ignore:
Timestamp:
Sep 9, 2015, 8:06:04 PM (9 years ago)
Author:
Tim Graham
Comment:

Add some more ideas

Legend:

Unmodified
Added
Removed
Modified
  • LittleEasyImprovements

    v104 v105  
    88
    99||Ticket||Description||
    10 ||#20223||Address review comments for [https://github.com/django/django/pull/4202 Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().]||
    11 ||#21429||Address review comments on [https://github.com/django/django/pull/3467 Fixed #21429 -- Added builtin logging support to BaseCommand.]||
    12 ||#22938||Address review comments on [https://github.com/django/django/pull/4386 Fixed #22938 -- Modified session expiry date to allow cleanup of file based sessions]||
     10||#20223||[https://github.com/django/django/pull/4202 Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().]||
     11||#21429||[https://github.com/django/django/pull/3467 Fixed #21429 -- Added builtin logging support to BaseCommand.]||
     12||#22938||[https://github.com/django/django/pull/4386 Fixed #22938 -- Modified session expiry date to allow cleanup of file based sessions]||
     13||#11154||[https://github.com/django/django/pull/4681 Fixed #11154, #17904 -- Added creation of proxy model permissions]||
     14||#25170||[https://github.com/django/django/pull/5052 Fixed #25170 -- Made SimpleTestCase.assertXMLEqual() ignore whitespace outside of tags.]||
     15||#10827||[https://github.com/django/django/pull/5184 Fixed #10827 -- Made create_permissions() clear the ContentType cache.]||
     16||#24675||[https://github.com/django/django/pull/4538 Fixed #24675 --Implemented an option to avoid unnecessary queries to MySQL since MySQL 5.6]||
     17||#25005||[https://github.com/django/django/pull/4902 Fixed #25005 - Made date and time fields with auto_now/auto_now_add use effective default]||
    1318
    1419Feel free to reach out to Tim Graham (timograham on #django-dev IRC) if you have any questions about these tasks.
Back to Top