10000 Comparing 3.1.3...3.1.4 · django-extensions/django-extensions · GitHub
[go: up one dir, main page]

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-extensions/django-extensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.3
Choose a base ref
...
head repository: django-extensions/django-extensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.4
Choose a head ref
  • 12 commits
  • 27 files changed
  • 9 contributors

Commits on Apr 19, 2021

  1. update CHANGELOG for 3.1.3

    trbs committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    a18d4b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Fix name of mixin in docs (#1661)

    Docs were referencing a class called UserPermissionMixin but it is actually called ModelUserFieldPermissionMixin
    ryanwilsonperkin authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c17f8a5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Fix django.contrib.sites detection in set_default_site command when u…

    …sing AppConfig in INSTALLED_APPS: (#1662)
    
    django.contrib.sites application can be specified in installed
    application list either via its module path, or via its AppConfig
    path. This can be either the default
    one (django.contrib.sites.apps.SitesConfig), or user-provided
    AppConfig class.
    
    Instead of relying on a fixed name in the settings files, use the
    application registry to check if the sites application is installed.
    azaghal authored May 2, 2021
    Configuration menu
    Copy the full SHA
    1a1e50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5260c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3069d70 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. fix typo (#1667)

    bragboy authored May 17, 2021
    Configuration menu
    Copy the full SHA
    af38fc5 View commit details
    10000
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Update Changelog

    trbs committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5566306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    180d3ee View commit details
    Browse the repository at this point in the history
  3. Add --rankdir to graph_models (#1580)

    * Add --rankdir to graph_models
    
    Closes #1567
    
    * Update graph_models.rst to include --rankdir option
    
    Co-authored-by: Aleksandr Goncharov <aleksandr.goncharov@reef.pl>
    Co-authored-by: trbs <65552+trbs@users.noreply.github.com>
    3 people authored Jul 13, 2021
    Configuration menu
    Copy the full SHA
    6cdf84e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Add support for Python 3.10 (#1684)

    * Swap Python 3.10 for 3.9 in GH action workflows
    
    * add py310 to tox.ini
    
    * add Python 3.10 trove classifier
    joshuadavidthomas authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    ce45cad View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Add --sql-truncate cli modifier (#1687)

    * Add --sql-truncate cli modifier
    
    * Make getting truncate setting more explicit
    niccolomineo authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    f9b220c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. v3.1.4

    trbs committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c407320 View commit details
    Browse the repository at this point in the history
Loading
0