Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django 1.11 #3815

Merged
merged 57 commits into from
Sep 23, 2024
Merged

Django 1.11 #3815

merged 57 commits into from
Sep 23, 2024

Commits on May 17, 2024

  1. Bump to django 1.11

    hipek8 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a2d6337 View commit details
    Browse the repository at this point in the history
  2. Fix test models

    hipek8 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f597a8d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Fix polymorphic queryset

    hipek8 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    5836cc5 View commit details
    Browse the repository at this point in the history
  2. Adjust drf version

    hipek8 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c813f86 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    af19481 View commit details
    Browse the repository at this point in the history
  2. Fix IPNetwork filtering

    hipek8 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7d9d4d8 View commit details
    Browse the repository at this point in the history
  3. Don't fail fast test matrix

    hipek8 committed May 21, 2024
    Configuration menu
    Copy the full SHA
    64c8de1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Fix polymorphic queryset again

    hipek8 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    9320f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7fcf5c View commit details
    Browse the repository at this point in the history
  3. fix test

    awieckowski committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1ac94b6 View commit details
    Browse the repository at this point in the history
  4. Fix serializers

    matyldv committed May 22, 2024
    Configuration menu
    Copy the full SHA
    37c4050 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fix isort

    matyldv committed May 23, 2024
    Configuration menu
    Copy the full SHA
    92353f3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. fix InlineM2MAdminMixin

    awieckowski committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2d8c67e View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix related_widget_wrapper

    matyldv committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    103cce9 View commit details
    Browse the repository at this point in the history
  2. Merge Django 1.10 changes

    matyldv committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    099119f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fix polymorphic querysets

    hipek8 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    5ba052d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c1dc6b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    889134d View commit details
    Browse the repository at this point in the history
  2. Fix flake

    hipek8 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    03a5c28 View commit details
    Browse the repository at this point in the history
  3. Don't run postgres. Fix flake

    hipek8 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    22615ce View commit details
    Browse the repository at this point in the history
  4. Fix polymorphic for psql

    hipek8 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    051650b View commit details
    Browse the repository at this point in the history
  5. Optimize queries. Add tests

    hipek8 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    66aecc4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8b9c31 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 14, 2024

  1. Fix flake. adjust query num

    hipek8 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f797e8a View commit details
    Browse the repository at this point in the history
  2. Fix custom fields

    matyldv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    20b165e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bb1fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61cf5aa View commit details
    Browse the repository at this point in the history
  5. Fix isort

    matyldv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9fa5db3 View commit details
    Browse the repository at this point in the history
  6. Fix flake

    hipek8 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7dfd9b6 View commit details
    Browse the repository at this point in the history
  7. Fix missing f-string

    hipek8 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    53ff617 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    matyldv committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b75d633 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 26, 2024

  1. Test API endpoints

    hipek8 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9c98b53 View commit details
    Browse the repository at this point in the history
  2. Test also json content

    hipek8 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d88b13a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

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

Commits on Aug 2, 2024

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

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Fix transitions form

    matyldv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    92fa73d View commit details
    Browse the repository at this point in the history
  2. Fix test_action_choices

    matyldv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    601454e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    c7f5326 View commit details
    Browse the repository at this point in the history
  2. Bump django debug toolbar

    hipek8 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a0267e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Remove empty include

    hipek8 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    26782fc View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Fix default manager lookup

    hipek8 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bc82f6e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix DC Visualization

    matyldv committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    f023212 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    68c0f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d88e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix user permissions form

    matyldv committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    976dd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    537c06c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

Commits on Sep 19, 2024

  1. Merge pull request #3846 from allegro/fix-missing-js

    Fix missing js
    hipek8 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    057d3e2 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

Commits on Sep 23, 2024

  1. Merge pull request #3847 from allegro/django-1.11-fix-terminators

    Fix network terminators on save
    hipek8 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6d19c65 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    matyldv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    db5e2de View commit details
    Browse the repository at this point in the history
  3. Cleanup

    matyldv committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    581e4a5 View commit details
    Browse the repository at this point in the history