Changes between Version 1 and Version 2 of MergerTips


Ignore:
Timestamp:
Jul 25, 2013, 7:40:20 AM (11 years ago)
Author:
Aymeric Augustin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MergerTips

    v1 v2  
    5757
    5858Use the [https://github.com/jphalip/djangocore-box djangocore-box] VM to easily run the Django test suite using different Python versions and different database backends.
     59
     60== Applying patches from Trac or GitHub ==
     61
     62[https://gist.github.com/aaugustin/1170400 djpatch.py] will automatically look for the latest patch attached to a ticket, or failing that, for the latest pull request mentioned in the comment, and apply it to your local checkout.
Back to Top