Commit Graph

29 Commits (1872180c2231c52a7de8b7234d9fa8d471d4f854)

Author SHA1 Message Date
Andromeda Yelton bbeb086cbc bugfixing 2013-07-08 15:54:36 -04:00
Andromeda Yelton 1e1a0eda46 MARC record support in admin site 2013-07-08 11:14:25 -04:00
Andromeda Yelton f4ffd5da6f Merge branch 'master' into simpler_download 2013-06-04 10:48:49 -04:00
Andromeda Yelton ad69580b2d PEP 8, PEP 328. I feel better now. 2013-06-03 12:31:39 -04:00
Andromeda Yelton 25c6784943 language editable too 2013-05-28 10:06:21 -04:00
Andromeda Yelton 38183fd288 make work description editable in admin 2013-05-28 09:27:26 -04:00
Andromeda Yelton ca71b5b4de Merge branch 'useful_admin' into improve_admin
Conflicts:
	admin.py
2013-05-06 15:53:49 -04:00
Andromeda Yelton 59248bd07d improving admin page interfaces 2013-05-06 15:41:45 -04:00
eric d65704d675 RightsHolder, Subject, UserProfile admin useable 2013-05-03 19:21:10 -04:00
eric c4c9614a52 Campaign, Edition Admin Useable 2013-05-03 18:39:27 -04:00
eric d6a19d9754 Author Admin useable 2013-05-03 18:28:10 -04:00
eric 356cc67785 claim admin useable 2013-05-03 18:05:43 -04:00
eric fb77f5a372 fixed ebook admin to allow setting of counts, etc 2013-04-20 10:34:44 -04:00
Andromeda Yelton 98b91a5fe0 enables press item changes through admin site 2013-04-08 19:46:59 -04:00
eric 782f2bd712 can now admin the publishernames.
Setting a publisher moves the editions to that publisher's name
2013-03-26 14:12:58 -04:00
eric 3bef92b484 Publishers can now be added in Admin 2013-03-26 10:56:49 -04:00
eric 1881660089 intoduce Publisher and PublisherName Models
Also change our by publisher lists to key on the new name ids rather
than the names, which was yucky.
Migrations!
Data migration takes a while, don't be allarmed if it sits a while.
2013-03-25 23:41:19 -04:00
Raymond Yee 3bf4b1744d Added django-notification related panels to admin interface 2012-04-18 17:44:42 -07:00
Raymond Yee 55b3e8398e Hooking in djcelery admin to our admin interface
adding CeleryTask to the admin interface
2012-03-30 12:27:35 -07:00
Raymond Yee d3f25cd788 Added Receiver and PaymentResponse to admin interface
Dropping all Receiver and PaymentResponse in campaigntest.drop_all_transactions
Added a __unicode__ method to Receiver and PaymentResponse
Added some more documentation of PayPal status parameters
2012-01-03 13:37:20 -05:00
Raymond Yee 3364ab317a Adding Transaction to the admin view 2011-11-30 15:26:41 -08:00
Ed Summers c167ed2965 admin view uses default login page 2011-11-19 18:27:15 -05:00
Ed Summers 08dd93afdf django.contrib.admin must appear after regluit.frontend in INSTALLED_APPS or else the registration templates are found there instead of in frontend/templates/registration 2011-11-19 15:10:10 -05:00
Ed Summers 04c87244a2 thought i had it figured out why admin was stomping on accounts/password/change/ but I did not ... sigh 2011-11-19 12:34:38 -05:00
Ed Summers c1e791882d disable UserAdmin till we can get it to stop stomping on /accounts/password/change/ 2011-11-19 12:24:37 -05:00
Ed Summers b798ef9912 added __unicode__ for wishlist 2011-11-19 12:07:44 -05:00
Ed Summers 6f2f05ad8c hooked up UserAdmin wrong 2011-11-19 12:05:24 -05:00
Ed Summers ca329a32b5 added User admin 2011-11-19 12:02:33 -05:00
Ed Summers d2f1f6c1eb would help if I added the admin module :-) 2011-11-19 11:58:59 -05:00