| Age | Commit message (Collapse) | Author |
|
|
|
Unused since 2bab9d6d9ea095c4bcaeede2df576708afd46291.
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
As of ccbba98131ace3beb43790c65e8f4eee94e9631c, both examples don't use
a join.
|
|
|
|
|
|
Moved boilerplate from docs to a method.
|
|
functools.partial()/partialmethod().
|
|
|
|
Unused since 3adc5f1ee6618a615db07d4a868b366a15c39f82.
|
|
deque() isn't needed since algorithm doesn't require FIFO.
|
|
|
|
QuerySet.earliest()/latest().
|
|
|
|
|
|
|
|
|
|
|
|
empty_value when strip is enabled.
|
|
|
|
technical 500 debug page.
This is a security fix.
|
|
|
|
|
|
|
|
|
|
better readability.
|
|
NULL cannot be compare with standard operators on Oracle, it works only
with IS NULL and IS NOT NULL operators. Therefore 'OR ... IS NULL'
condition in NullBooleanField's check constraint is redundant.
Nullability is checked in a separate constraint.
|
|
|
|
Thanks to Marc Tamlyn for the initial patch.
|
|
|
|
All other get_*_by_name functions have errcheck=False. This makes it
return None for an invalid name instead of raising a GDALException.
|
|
|
|
renaming.
|
|
And made an example use naming consistent with the rest of the doc.
|
|
subclasses.
Thanks leon-matthews for the report and fix.
|
|
|
|
empty and it has attachments.
|
|
|
|
|
|
The test is a regression for refs #4740 to show that the original fix of
OGRIndexError is no longer needed.
This is similar to the removal of GEOSIndexError in
197b1878105504b5ac7e399e1f52a6093c88baa3.
|
|
|
|
file is empty.
|
|
of positional arguments.
Regression in 78963495d0caadb77eb97ccf319ef0ba3b204fb5.
Forwardport of f8e0557b01ebbb11478cfb012c4cafc67f1213c1 from stable/1.11.x
|
|
|
|
Unused since 197b1878105504b5ac7e399e1f52a6093c88baa3.
|
|
|
|
|