Thanks to visit codestin.com
Credit goes to github.com

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: Dgo-list/django-menu
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rossp/django-menu
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 9 files changed
  • 6 contributors

Commits on May 22, 2016

  1. Configuration menu
    Copy the full SHA
    d61c73e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cb3c0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76836c9 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Merge pull request rossp#16 from 9nix00/master

    fix MultipleObjectsReturned error and add translation file. Closes rossp#17
    rossp committed May 25, 2016
    Configuration menu
    Copy the full SHA
    6fc110a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Configuration menu
    Copy the full SHA
    7e3bba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Merge pull request rossp#19 from bodgerbarnett/master

    Check for presence of request before using it
    rossp committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    1ba7143 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Set default for booleanfield

    rossp committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    d8e365d View commit details
    Browse the repository at this point in the history
  2. bump version number

    rossp committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    3305859 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2018

  1. let there be colour

    bashu authored Feb 16, 2018
    Configuration menu
    Copy the full SHA
    6793d7e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Merge pull request rossp#24 from bashu/patch-1

    Changed README to use Python syntax highlighting
    rossp authored Feb 18, 2018
    Configuration menu
    Copy the full SHA
    49c6841 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. on_delete is requirement for Django 2.0.

    damjan_dimitrioski authored and damjan_dimitrioski committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    540af61 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2018

  1. Merge pull request rossp#25 from gnud/master

    on_delete is requirement for Django 2.0.
    rossp authored Feb 26, 2018
    Configuration menu
    Copy the full SHA
    7914434 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Update README to include Django 1.11+ TEMPLATES setting

    TEMPLATE_CONTEXT_PROCESSORS no longer exists - this updates documentation to correctly set up the TEMPLATES variable.
    rossp authored Apr 16, 2018
    Configuration menu
    Copy the full SHA
    2c39641 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. Bump version number for build

    rossp committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    abdaab0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Configuration menu
    Copy the full SHA
    963e329 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Fix ugettext_lazy deprecation

    ugettext_lazy was already deprecated and is removed in Django 4.0.
    
    If it can not be imported, use gettext_lazy instead, which should
    be an alias at least since 3.0.
    
    To err on the safe side with even older versions, ugettext_lazy is
    still tried first.
    rc9000 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a91855c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Merge pull request rossp#33 from rc9000/master

    Fix ugettext_lazy deprecation
    rossp authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b92d996 View commit details
    Browse the repository at this point in the history
Loading