mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #17627 -- Renamed util.py files to utils.py
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.
This commit is contained in:
parent
8d29005524
commit
18ffdb1772
58 changed files with 111 additions and 84 deletions
|
@ -15,7 +15,7 @@ from django.db import (connection, connections, DEFAULT_DB_ALIAS,
|
|||
from django.db.backends.signals import connection_created
|
||||
from django.db.backends.sqlite3.base import DatabaseOperations
|
||||
from django.db.backends.postgresql_psycopg2 import version as pg_version
|
||||
from django.db.backends.util import format_number
|
||||
from django.db.backends.utils import format_number
|
||||
from django.db.models import Sum, Avg, Variance, StdDev
|
||||
from django.db.models.fields import (AutoField, DateField, DateTimeField,
|
||||
DecimalField, IntegerField, TimeField)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue