Thanks to visit codestin.com
Credit goes to github.com

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: vecchp/django-pyodbc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lionheart/django-pyodbc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Nov 11, 2021

  1. docs: Fix a few typos (lionheart#173)

    There are small typos in:
    - django_pyodbc/creation.py
    - tests/django20/aggregation_regress/tests.py
    - tests/django20/backends/tests.py
    - tests/django20/defer/tests.py
    - tests/django20/multiple_database/tests.py
    - tests/django20/queries/tests.py
    - tests/django20/timezones/tests.py
    
    Fixes:
    - Should read `bound` rather than `baound`.
    - Should read `parameters` rather than `paramters`.
    - Should read `subtracts` rather than `substracts`.
    - Should read `retrieve` rather than `retrive`.
    - Should read `related` rather than `releated`.
    - Should read `regression` rather than `regresion`.
    - Should read `realised` rather than `realiased`.
    timgates42 authored Nov 11, 2021
    Configuration menu
    Copy the full SHA
    8e7a511 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Support for Django 3.1 (lionheart#170)

    * Support for Django 3.1
    
    * django-viewflow creates malformed meta object on CompositeKey. Compensating for this.
    
    * IDENT_CURRENT for IBM DB2
    RossRogers authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    22daac2 View commit details
    Browse the repository at this point in the history
Loading