Skip to content

Keeping up with Django, new features

Latest
Compare
Choose a tag to compare
@martsberger martsberger released this 26 Sep 16:48
· 3 commits to master since this release
d11a917

Fixed a problem with column aliases containing whitespace, semicolons, sql comments, and quotes that was introduced by a Django security patch.

Made working with models that have default ordering a little easier, the client no longer has to manually remove the ordering.

Added an optional "Total" column.