Skip to content

Commit

Permalink
Simplify shipment process
Browse files Browse the repository at this point in the history
  • Loading branch information
kmmbvnr committed Jul 24, 2014
1 parent 5ff0c30 commit f7b6a32
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions tests/examples/shipment/fixtures/shipment/default_data.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,4 @@
[
{
"model": "contenttypes.contenttype",
"fields": {
"name": "shipment process",
"app_label": "shipment",
"model": "shipmentprocess"
}
},
{
"fields": {
"content_type": [
"shipment",
"shipmentprocess"
],
"name": "Can start shipment request",
"codename": "can_start_request"
},
"model": "auth.permission"
},
{
"fields": {
"content_type": [
"shipment",
"shipmentprocess"
],
"name": "Can take extra insurance",
"codename": "can_take_extra_insurance"
},
"model": "auth.permission"
},
{
"fields": {
"content_type": [
"shipment",
"shipmentprocess"
],
"name": "Can package goods",
"codename": "can_package_goods"
},
"model": "auth.permission"
},
{
"fields": {
"content_type": [
"shipment",
"shipmentprocess"
],
"name": "Can move package",
"codename": "can_move_package"
},
"model": "auth.permission"
},
{
"fields": {
"name": "shipment/clerk",
Expand Down

0 comments on commit f7b6a32

Please sign in to comment.