Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: phpdude/django-macros-url
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: phpdude/django-macros-url
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on May 7, 2017

  1. v0.3.1

    ------
    
    Fix for #8.
    phpdude committed May 7, 2017
    Configuration menu
    Copy the full SHA
    063ca0a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8 (#9)

    * Quick fix for the DJANGO_VERSION error when using Python >= 3.6 (version calculation caching removed because it is not a performance penalty, urls are lazy and are calculated only once per an app start).
    
    * Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8
    
    The latest Django LTS is 1.11. Its ok to support up to the "LTS -1" (1.8) only.
    The next Django LTS is 2.0, and will be Py3k only, so lets start testing with Py3k!
    
    * Mark as Py3k compat on setup.py
    alanjds authored and Alexandr Shurigin committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    006b884 View commit details
    Browse the repository at this point in the history
  2. v0.4.0

    ------
    
    Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8 (#9)
    * Quick fix for the DJANGO_VERSION error when using Python >= 3.6 (version calculation caching removed because it is not a performance penalty, urls are lazy and are calculated only once per an app start).
    
    * Added Py3.{5,6} & Django 1.11. Removed Py2.6 & Django <1.8
    
    The latest Django LTS is 1.11. Its ok to support up to the "LTS -1" (1.8) only.
    The next Django LTS is 2.0, and will be Py3k only, so lets start testing with Py3k!
    
    * Mark as Py3k compat on setup.py
    phpdude committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    4c413ac View commit details
    Browse the repository at this point in the history
Loading