Changes between Version 108 and Version 109 of DjangoFellows/BerkerPeksag


Ignore:
Timestamp:
Dec 7, 2014, 7:32:33 AM (9 years ago)
Author:
Berker Peksag
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoFellows/BerkerPeksag

    v108 v109  
    2525* https://github.com/django/django/pull/3638 -- Refactored order_with_respect_to tests Refs #18586
    2626* https://github.com/django/django/pull/3688 -- Fixed #23955 - remove {{ form.id }} and add {{ form.pubdate }} field
     27* https://github.com/django/django/pull/3700 -- Fixed #23405 - Fixed asking for default value for `CharField` and `TextField` in migrations.
     28* https://github.com/django/django/pull/3701 -- Fixed #23968 -- Replace list comprehension with generator comprehension when possible
    2729
    2830==== Tracker activity ====
Back to Top