issues
search
bradmontgomery
/
django-querycount
Middleware that Prints the number of DB queries to the runserver console.
MIT License
392
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
To avoid error when lunching runserver (QUERY_STRING)
#33
cavanierc
opened
5 months ago
0
WHERE_CLAUSE_REGEX bad escape problem
#32
ckcollab
opened
1 year ago
2
Include Python traceback to see where the query is called from
#31
Dmitri-Sintsov
opened
1 year ago
0
Replace `\` with `\\` to fix regex compile error when binary data is present in the query
#30
dannosaur
opened
1 year ago
0
Updated Packaging
#29
bradmontgomery
opened
1 year ago
0
Next version is a work in progress.
#28
bradmontgomery
opened
1 year ago
0
Proper documentation
#27
bradmontgomery
closed
1 year ago
1
Support for Django 4+
#26
bradmontgomery
opened
1 year ago
0
Disable colors when not supported (or explicitely disabled)
#25
olivierdalang
opened
4 years ago
0
"Repeated 1 times"
#24
peterbe
opened
5 years ago
5
How to view the total time of repeated sql queries
#23
sant527
opened
5 years ago
0
Using sql parse and pygments to show sql formatted nicely
#22
sant527
opened
5 years ago
1
Whitelist request patterns instead of blacklisting them
#21
cb109
opened
5 years ago
1
Replace <some_id>=<some_number> with <some_id>=#number# in WHERE clause.
#20
wsmith323
closed
1 year ago
1
Replace <some_id>=<some_number> with <some_id>=#number# in WHERE clause.
#19
wsmith323
closed
5 years ago
0
print SQL commands
#18
Marpop
opened
5 years ago
3
add querystring to `host_string` in `_stats_table`
#17
fcurella
closed
1 year ago
1
Usage without request and response
#16
sobolevn
closed
1 year ago
4
Feature/response header count and setting reload
#15
LifeCoder45
closed
7 years ago
3
AttributeError: 'QueryCountMiddleware' object has no attribute 'get_response'
#14
pyprism
closed
7 years ago
1
Changed settings name
#13
pyprism
closed
7 years ago
1
Support Django 1.10 middleware
#12
ryankask
closed
7 years ago
1
Prevent an excpetion if sql is None
#11
bradmontgomery
closed
7 years ago
0
Fix typo QUERYCOUNT settings
#10
essanpupil
closed
8 years ago
0
Update README, add fix typo statement in settings config
#9
essanpupil
closed
8 years ago
1
Adding a count for duplicate queries and a setting to display them
#8
bradmontgomery
closed
8 years ago
0
repeated calls
#7
JostCrow
closed
8 years ago
9
add IGNORE_SQL_PATTERNS option to ignore the specified sql query
#6
GitFree
closed
9 years ago
1
Fixed readme. There is no need to add the package to INSTALLED_APPS
#5
gotche
closed
10 years ago
3
Added an "elapsed" and "query count" log threshold optional setting and documented the settings in readme
#4
alonisser
closed
10 years ago
3
Adds pip install instruction to readme.
#3
ghost
closed
10 years ago
0
Prettyreadme - adds a screenshot to the readme and fixes a typo
#2
ghost
closed
10 years ago
1
Adds a setup script, unit tests, and fixes a bug with "read" stats.
#1
ghost
closed
10 years ago
3