8000 Comparing 3.2.0...3.2.1 · 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.2.0
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.2.1
Choose a head ref
  • 15 commits
  • 35 files changed
  • 12 contributors

Commits on Jul 8, 2022

  1. bumped version number

    Bas van Oostveen committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    b462500 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. add managestate.rst to index

    Bas van Oostveen committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ff8a9a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

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

Commits on Aug 29, 2022

  1. Use list values for requires_system_checks (#1736)

    * Use list values for requires_system_checks
    
    * Add django 4.1 to the testing matrix
    danlamanna authored Aug 29, 2022
    Configuration menu < 8000 div data-view-component="true" class="Overlay Overlay--size-auto">
    Copy the full SHA
    2e84f6f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

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

Commits on Sep 4, 2022

  1. docs: Fix a few typos (#1764)

    There are small typos in:
    - django_extensions/management/commands/sqldiff.py
    - django_extensions/mongodb/fields/__init__.py
    - django_extensions/templatetags/syntax_color.py
    
    Fixes:
    - Should read `constraints` rather than `contraints`.
    - Should read `this` rather than `thie`.
    - Should read `highlighted` rather than `highlighed`.
    
    Signed-off-by: Tim Gates <tim.gates@iress.com>
    
    Signed-off-by: Tim Gates <tim.gates@iress.com>
    timgates42 authored Sep 4, 2022
    Configuration menu
    Copy the full SHA
    a6af7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Remove default_app_config with change to only support Django 3.2+ (#1741

    )
    
    This is the correct fix from the change at 7b2e0d7#r78148010
    phillipuniverse authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    583d2bf View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Typos (#1751)

    Typos in the docs, this fixes them
    ollz272 authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    16f8291 View commit details
    Browse the repository at this point in the history
  2. fix(dumpscript): make_aware should not be called if aware already (#…

    …1745)
    
    Otherwise it raises a ValueError:
    
    ```
      File "…/django_extensions/management/commands/dumpscript.py", line 696, in get_attribute_value
        item_locator = orm_item_locator(value)
      File "…/django_extensions/management/commands/dumpscript.py", line 73, in orm_item_locator
        v = timezone.make_aware(v)
      File "…/django/utils/timezone.py", line 279, in make_aware
        raise ValueError("make_aware expects a naive datetime, got %s" % value)
    ValueError: make_aware expects a naive datetime, got 2022-05-19 06:53:06.476209+00:00
    ```
    
    `value` being a user's `last_login` field.
    
    The project uses `USE_TZ = True`.
    
    The check is there since Django 1.8 already:
    django/django@fa89acf
    blueyed authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    29b7530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b9fd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f55f81 View commit details
    Browse the repository at this point in the history
  5. Ensure consistent output in show_urls for django 4.0+ (#1759)

    Updates `show_urls` to properly show the view class for class-based
    views in django 4.0 and later. There was a regression in django 4.0
    that was fixed in django/django@f4b06a3
    that resulted in `view` being output in `show_urls` instead of the
    actual class name.
    jeremy-engel authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b0a6a79 View commit details
    Browse the repository at this point in the history
  6. fix pypy pipeline

    Bas van Oostveen committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e33dfef View commit details
    Browse the repository at this point in the history
  7. v3.2.1

    Bas van Oostveen committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b987e68 View commit details
    Browse the repository at this point in the history
Loading
0