source: trunk/sara_cmt/sara_cmt/cluster/models.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14194   12 years sil Merged branch 1.0 (until tag 1.0.0) back to trunk
(edit) @13698   12 years sil fixed a bug; contract_number was not saved correctly when left empty …
(edit) @13303   13 years sil forgot to call overriden save-funtion of parent
(edit) @13300   13 years sil Fixed a bug in model WarrantyContract?. When field contract_number was …
(edit) @13073   13 years sil Fixed a bug; wasn't possible to select a state of >3 characters
(edit) @13068   13 years sil Now sorting racks on label. Closes #3224
(edit) @13028   13 years sil * Changed some things in the admin interface * Removed constraint for …
(edit) @13019   13 years sil * Changed unique-constraint of Interface.hwaddress; now …
(edit) @13004   13 years sil added fields, and migration
(edit) @12999   13 years sil * fixed a mistake in migration 20 * added migration to make hwaddress …
(edit) @12998   13 years sil forgot to checkin fieldname-changes for the admin
(edit) @12997   13 years sil some fields with reserved names has been renamed
(edit) @12972   13 years sil typo
(edit) @12967   13 years sil added some comments
(edit) @12953   13 years sil added migration that fixes #3213
(edit) @12913   13 years sil Networks are now sorted on name. Closes #3223
(edit) @12912   13 years sil String representation of a Room is now like "<label> (<street>, …
(edit) @12909   13 years sil Added option to setup as a client/server, to include/exclude (for …
(edit) @12903   13 years sil added unique constraint to Room; should fix #3222
(edit) @12458   13 years sil * Converted some tab-indented lines to space-intented * Added methods …
(edit) @12457   13 years sil * Made some corrections in settings.py, and added comments to clarify …
(edit) @12336   13 years sil Some changes in CMT * Added a custom filter for warranties in the …
(edit) @12308   13 years sil Fixed bug in models.py; Saving an Interface triggered a TypeError?
(edit) @12103   14 years sil fixed typo
(edit) @12102   14 years sil * Added search fields on adminpages of some models. * Changed some …
(edit) @12101   14 years sil * Fixed some changes on ordering that didn't work as expected
(edit) @12100   14 years sil * Changed meta-info for ordering of models, and moved it to models.py …
(edit) @12098   14 years sil * Removed some obsolete code * Changed definition of …
(edit) @12020   14 years sil Made a migration and enhancement in Interface-model to be sure the …
(edit) @12016   14 years sil fixed a typo in method call
(edit) @12015   14 years sil * Refactored some code (some reserved words were in use) * …
(edit) @12008   14 years sil Small fix for CMT-bug when assigning role(s) to HardwareUnit?; not yet …
(edit) @11975   14 years sil * Finished dhcpd template * Property HardwareUnit?.roles now returns …
(edit) @11973   14 years sil Changed HardwareUnit?.hwaddress; it is now a required field
(edit) @11964   14 years sil Interface now has cnames-attribute, which returns a list of …
(edit) @11960   14 years sil removed Alias (and related code) from admin and model
(edit) @11952   14 years sil Added gateway to Network in admin and model
(edit) @11939   14 years sil * Added migration for aliases in Interface-model. Changed from M2M to …
(edit) @11932   14 years sil changed aliases field
(edit) @11850   14 years sil SARA CMT: * Modified admin and model to remove service_tag-field and …
(edit) @11844   14 years sil SARA CMT: Added warranty_tag-field to HardwareUnit? as a replacement …
(edit) @11830   14 years sil SARA CMT: * fixed bug: crash when assigning non-numeral to …
(edit) @11815   14 years sil fixed wrong reference in InterfaceAdmin?
(edit) @11811   14 years sil small changes in cmt
(edit) @11808   14 years sil Added an implementation of model-validation which is finally added as …
(edit) @11803   14 years sil SARA_CMT * Removed some Site-related code that was still left * …
(edit) @11800   14 years sil deleted Site-model
(edit) @11799   14 years sil * Fixed interactive input and changed varname in a non-reserved word * …
(edit) @11798   14 years sil * Removed constraint 'unique_together' on serialnumber and service_tag …
(edit) @11793   14 years sil unique fields now can be null
(edit) @11784   14 years sil fixed a typo and added a templatedir
(edit) @11741   14 years sil Made first_slot field of hardware unit an optional field.
(edit) @11740   14 years sil Added (temporary) workaround to be able to add hardware with the …
(edit) @11739   14 years sil * Added templatetag for removal of blank lines * Added ported template …
(edit) @11657   14 years sil Changed indenting from 2 to 4 spaces per level, and some more …
(edit) @11645   14 years sil Added some code to support South 0.7
(edit) @11515   14 years sil implemented a workaround for FK-lookups with multiple matches in _setfk()
(edit) @11510   14 years sil Changed the max_length of several CharFields? to 255
(edit) @11500   14 years sil Fixed an error in the HardwareUnit? model
(edit) @11494   14 years sil Fixed several bugs, and implemented new features. Now able to make …
(edit) @11374   14 years sil
(edit) @11309   14 years sil * Changed implementation of the optionparser; used the so-called 'borg …
(edit) @11308   14 years sil * Removed some obsolete functions * Fixed a small bug in get_objects()
(edit) @11303   14 years sil Implemented automatic generation of (default) hostnames, for …
(edit) @11295   14 years sil - add() and mac() now use new querydict - modified helptexts - made …
(edit) @11106   15 years sil * Added a model for aliasses * Some adminpages now have column(s) …
(edit) @11103   15 years sil * Added functions to HardwareUnit? for the room and in/out support * …
(edit) @11098   15 years sil * Updated fixtures * Added (custom) extra columns for M2M related …
(edit) @11076   15 years sil * Some small changes on models and their behavior * Some small …
(edit) @11059   15 years sil * Changed the Model and Admin-page of HardwareModel? * Increased …
(edit) @11058   15 years sil * Added Country-model to databrowse app * Removed model_id-field from …
(edit) @11057   15 years sil Fixed a bug in the Address-model
(edit) @11056   15 years sil * The Rack-model wasn't connected to the right models.
(edit) @11053   15 years sil * Now using django-extensions * Implemented CreationDateTimeField? and …
(edit) @11041   15 years sil Some changes in the datamodel, after a review.
(edit) @11028   15 years sil * Removed some links on the main page of the cluster app * Integrated …
(edit) @10999   15 years sil * Some big changes in the data model * Grouped and (re)ordered the …
(edit) @10899   15 years sil Settings & URLs: * Corrected FIXTURE_DIRS with fullpath(s) to …
(edit) @10885   15 years sil * Changes in the datamodel; some of them requested by Bas: * Changed …
(edit) @10857   15 years sil Fixed SyntaxError?
(add) @10765   15 years sil Added SARA CMT project (WIP)
Note: See TracRevisionLog for help on using the revision log.