DevCom-IITB / instiapp-api

Django quasi-RESTful API for InstiApp!
https://insti.app
GNU Affero General Public License v3.0
22 stars 75 forks source link

Changed max_length to 60 which fixes #286 #451

Closed abhishek2x closed 3 years ago

abhishek2x commented 3 years ago

Changed max_length parameter in events to 60 which fixes #286

codecov[bot] commented 3 years ago

Codecov Report

Merging #451 (54dfd79) into master (156b957) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #451   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          113       113           
  Lines         4442      4442           
=========================================
  Hits          4442      4442           
Impacted Files Coverage Δ
events/models.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 156b957...54dfd79. Read the comment docs.

pulsejet commented 3 years ago

Migrations? Also a test case would be nice.

cc @e-aakash

pulsejet commented 3 years ago

LGTM sans test