Commit Graph
7 Commits
Author SHA1 Message Date
Pau Aliagas d59862ae6e Merge remote-tracking branch 'upstream/dev' into integration/uuid 2011-10-04 16:02:58 +02:00
Pau Aliagas 0a03f9a31a Add unit tests for UUIDField 2011-10-04 15:59:56 +02:00
Pau Aliagas 2f26f7a827 Add dependencies to spec file
Add spec file for rpm-based systems
2011-10-04 10:33:26 +02:00
Pau Aliagas 09f9c59b3d Add some more files to ignore in .gitignore 2011-10-04 10:24:44 +02:00
Pau Aliagas bec6805296 Add UUIDField 2011-10-04 10:20:41 +02:00
Pau Aliagas d99c7c20cc Don't allow empty lists when they are required
When using ListField, an empty list is added as the default value.
But when you mark this field as required, you expect it not to be empty,
so this patch makes sure that this is duly checked.
2011-10-04 10:12:21 +02:00
Pau AliagasandRoss Lawley 9b4d0f6450 Make sure that ListFields are not strings 2011-10-03 05:29:24 -07:00