Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk161/; revision=4326
|
|
isn't sub-sorted by origin_as
svn path=/branches/tk161/; revision=4325
|
|
svn path=/branches/tk161/; revision=4323
|
|
svn path=/branches/tk161/; revision=4317
|
|
svn path=/branches/tk161/; revision=4314
|
|
remove default=0 value for timestamps, as that is not a valid initial
value for a datetime object.
since there is no default argument, the call to the Timestamp
constructor needs to specify the value.
svn path=/branches/tk161/; revision=4177
|
|
add missing copyright notices
svn path=/branches/tk161/; revision=4175
|
|
django's template language doesn't allow use of dash in variable
expansions, so {{ timestamp.bgp-v4-import }} fails.
svn path=/branches/tk161/; revision=4171
|
|
svn path=/branches/tk161/; revision=4169
|
|
refactor common IP range tables into rpki.gui.models.
rework import script to load data into a staging table and swap with the
active table upon completion.
use separate tables for v4 and v6.
svn path=/branches/tk161/; revision=4163
|
|
remove index from model definition, and create it automatically after
bulk inserts to speed up processing
add family element to unique_together
svn path=/branches/tk161/; revision=4160
|
|
svn path=/branches/tk161/; revision=4159
|