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

Commits on Sep 25, 2013

  1. Remove unneeded templates

    (cherry picked from commit 3b7e938)
    vdboor committed Sep 25, 2013
    Configuration menu
    Copy the full SHA
    00bb88e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2013

  1. Fix from fluent_blogs.models import * import.

    Caused in AttributeError: 'module' object has no attribute
    'get_category_modelEntryManager'
    vdboor committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    3eb9ac1 View commit details
    Browse the repository at this point in the history
  2. Added the ContentItemRelation() to the blog entry.

    This makes sure all deleted ContentItem objects are also visible in the admin page.
    vdboor committed Oct 3, 2013
    Configuration menu
    Copy the full SHA
    925e4b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2013

  1. Avoid importing django.contrib.comments if it's not used.

    - Fixes the User delete view, which tried to locate comments
    - Also fixes the circular import for base_models.
    vdboor committed Nov 25, 2013
    Configuration menu
    Copy the full SHA
    b0fa5fc View commit details
    Browse the repository at this point in the history
Loading