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: trialreach/django-better-chunks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wahuneke/django-better-chunks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 1 contributor

Commits on Oct 15, 2014

  1. * factor out Chunk lookup from template tags, put it in the model (so…

    … we can use chunks in places other than templates)
    
    * add some formatting for PEP8 compliance
    wahuneke committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    daa6cb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72dc398 View commit details
    Browse the repository at this point in the history
  3. Add a configuration module with default values

    factor out default cache time as a setting (so it can be set to non-zero if we want to)
    wahuneke committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    c7ecdd9 View commit details
    Browse the repository at this point in the history
  4. Add template context processor that will add some "common chunks" aut…

    …omatically to template context (so you dont even have to use the chunk tag)
    wahuneke committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    0a71412 View commit details
    Browse the repository at this point in the history
  5. Make it easier to maintain a large list of chunks and make them consi…

    …stent across several sites
    wahuneke committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    895fd9b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. make chunks a little more flexible and easier to call from outside te…

    …mplate tags and template context processor
    wahuneke committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    e289b51 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2014

  1. Configuration menu
    Copy the full SHA
    2ade140 View commit details
    Browse the repository at this point in the history
Loading