This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
ba8a173a5c
datatracker
/
ietf
/
message
History
Ryan Cross
6772afdd24
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration. Commit ready for merge.
...
- Legacy-Id: 14104
2017-09-06 22:42:15 +00:00
..
migrations
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration. Commit ready for merge.
2017-09-06 22:42:15 +00:00
__init__.py
Actually add the message app
2012-01-24 17:42:19 +00:00
admin.py
Added a test to check for missing admin models, and added the admin models that were currently missing.
2017-08-01 14:00:29 +00:00
models.py
Update secretariat admin permissions. Change AnnouncementFrom.address to CharField because full emails, with real name, fail EmailField validation. Includes migration. Commit ready for merge.
2017-09-06 22:42:15 +00:00
resources.py
Merged in [13996] from rcross@amsl.com:
2017-07-29 18:12:45 +00:00
tests.py
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
2017-03-25 19:16:45 +00:00
utils.py
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
2014-12-21 19:26:33 +00:00
views.py
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
2017-01-09 21:26:30 +00:00