Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 77fe6e4

Browse files
committed
add SellerProfile model
1 parent 5f1fc77 commit 77fe6e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
----------------
33

44
- fix: setup.py not working under some environments (`open` used wrong codec)
5+
- add SellerProfile model
56

67

78
1.0

atomx/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__all__ = ['Advertiser', 'Bidder', 'Browser', 'Campaign', 'Category', 'ConnectionType',
1717
'ConversionPixel', 'Country', 'Creative', 'Datacenter', 'DeviceType',
1818
'Domain', 'Fallback', 'Isp', 'Languages', 'Network', 'OperatingSystem',
19-
'Placement', 'Profile', 'Publisher', 'Reason', 'Segment', 'Seller',
19+
'Placement', 'Profile', 'Publisher', 'Reason', 'Segment', 'SellerProfile',
2020
'Site', 'Size', 'User']
2121

2222

0 commit comments

Comments
 (0)