8000 Comparing 4.1...main · 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 . 8000 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: 4.1
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: main
Choose a head ref
  • 15 commits
  • 213 files changed
  • 8 contributors

Commits on Apr 11, 2025

  1. bumped version number

    trbs committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    a0b3413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f19787 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    daa60ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99cefed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    212bf79 View commit details
    Browse the repository at this point in the history
  4. graph_models --app-style to support django2018 theme (#1929)

    * add app-style option
    
    * remove django_extensions/__init__.py
    
    * add __init__.py again
    
    * lint fix
    
    * add support to --app-style for graph_models #1926
    
    * raise exception of the provided app style for graph_models does not exist
    ahmad88me authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    6d3dca5 View commit details
    Browse the repository at this point in the history
  5. support wildcards for app styles

    trbs committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    0d40549 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Configuration menu
    Copy the full SHA
    5cbd9fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f5f71 View commit details
    Browse the repository at this point in the history
  3. Verify named URLs (#1927)

    * early version of verify named urls
    
    * fix number of template errors
    
    * ruff format verify_named_urls.py
    
    * use defaultdict to simplify things
    
    * import translation
    
    * fix linter hints
    
    * add doc page for verify_named_urls
    
    * fix a typo and make ruff happi(er)
    robert-kisteleki authored Apr 24, 2025
    Configuration menu
    Copy the full SHA
    95ad6f2 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. fix leading whitespace

    trbs committed May 15, 2025
    Configuration menu
    Copy the full SHA
    232a88f View commit details
    Browse the repository at this point in the history
  2. fix tests

    trbs committed May 15, 2025
    Configuration menu
    Copy the full SHA
    5850b44 View commit details
    Browse the repository at this point in the history
  3. feat: add support to multi-line "replaces =" to remove (#1931)

    * feat: add support to multi-line "replaces =" to remove
    
    * fix: bad condition
    
    * fix: restore back "replaces =" presence control
    
    ---------
    
    Co-authored-by: Fabs <fabien.michel@hespul.org>
    fabien-michel and Fabs authored May 15, 2025
    Configuration menu
    Copy the full SHA
    b943088 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce91188 View commit details
    Browse the repository at this point in the history
  5. Update list of default fields for list_model_info command (#1930)

    Add a few missing methods that have been added in newer Django versions
    to the default methods list for list_model_info
    
    - adelete
    - arefresh_from_db
    - asave
    - get_constraints
    - validate_constraints
    TomasLoow authored May 15, 2025
    Configuration menu
    Copy the full SHA
    60c4a7c View commit details
    Browse the repository at this point in the history
Loading
0