| Age | Commit message (Collapse) | Author |
|
Thanks to Jamie Matthews for finding and explaining the bug.
|
|
Forwardport of 8c8a6d8a3f869ecc4d72b96ddb4760a1b59d5e62 from stable/1.8.x
|
|
psycopg2 now publishes binary wheel files for Windows
so you can install it using pip.
|
|
trailing whitespace.
Thanks Jacek Bzdak for indepdently contributing a similar fix.
|
|
|
|
|
|
This fixes a regression from refs #25496.
|
|
|
|
This only happens if USE_TZ = False and pytz is installed (perhaps not
the most logical combination, but who am I to jugde?)
Refs #23714 which essentially fixed the same problem when USE_TZ = True.
Thanks Florian and Carl for insisting until I wrote a complete patch.
|
|
To improve consistency, sample URL names that had underscores
in them now use dashes instead. That excludes URL names that
have some relation to the code, such as those generated by
the admin.
Thanks guettli for reporting this.
|
|
|
|
|
|
|
|
in tests.
|
|
|
|
This was a possible confusion source with column name arguments.
Thanks Sergey Fedoseev for the suggestion.
|
|
Thanks Iacopo Spalletti for the report and testing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
values_list() and get().
|
|
|
|
|
|
|
|
functions.
|
|
`LinearRing`.
|
|
|
|
|
|
Added support for ST_Difference/ST_Intersection/ST_SymDifference.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
aggregation.
This works at least as far back as Django 1.6 according to the test
added in refs #10870.
|
|
|
|
|
|
spatial_ref_sys table
|
|
|
|
empty sessions.
|
|
Thanks Tim Graham for the review.
|