Changes between Version 1 and Version 2 of MergerTips
- Timestamp:
- Jul 25, 2013, 7:40:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MergerTips
v1 v2 57 57 58 58 Use 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.