.. note::
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
.. note::
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
.. note::
- Not all contraint types may be indicated with this directive.
+ Not all constraint types may be indicated with this directive.
NOT NULL, FOREIGN KEY, and CHECK are honored, PRIMARY KEY
is conditionally honored, UNIQUE
is currently not.
"""
FIRST = 50
- """Run the funciton in the first batch of functions (highest priority)"""
+ """Run the function in the first batch of functions (highest priority)"""
MEDIUM = 25
"""Run the function at normal priority (this is the default)"""
class PriorityDispatcher:
- """registers lists of functions at multiple levels of priorty and provides
+ """registers lists of functions at multiple levels of priority and provides
a target to invoke them in priority order.
.. versionadded:: 1.18.0 - PriorityDispatcher replaces the job