<feed xmlns='http://www.w3.org/2005/Atom'>
<title>frest.git/frest, branch master</title>
<subtitle>Write RESTful API quickly
</subtitle>
<id>https://git.dcariotti.me/frest.git/atom?h=master</id>
<link rel='self' href='https://git.dcariotti.me/frest.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/'/>
<updated>2020-11-05T10:55:38Z</updated>
<entry>
<title>fix: default imported modules</title>
<updated>2020-11-05T10:55:38Z</updated>
<author>
<name>Santo Cariotti</name>
<email>santo@dcariotti.me</email>
</author>
<published>2020-11-05T10:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=9e2cb802005887cbd2480ef02a48603e1d174ca3'/>
<id>urn:sha1:9e2cb802005887cbd2480ef02a48603e1d174ca3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: user serialized</title>
<updated>2020-11-05T10:42:40Z</updated>
<author>
<name>Santo Cariotti</name>
<email>santo@dcariotti.me</email>
</author>
<published>2020-11-05T10:42:40Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=5e0980e88ad9659a3176567d3fb041a890ab1436'/>
<id>urn:sha1:5e0980e88ad9659a3176567d3fb041a890ab1436</id>
<content type='text'>
AREA AFFECTED:
    User serialized on extend model

ROOT CAUSE:
    Missed as_json method

FIX:
    Add as_json for User model
</content>
</entry>
<entry>
<title>fix: extend model for json field</title>
<updated>2020-07-07T11:06:56Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-07-07T08:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=9fc2b563473afa62230cc01f7b78703a8cb8a4d2'/>
<id>urn:sha1:9fc2b563473afa62230cc01f7b78703a8cb8a4d2</id>
<content type='text'>
You can make a call with `dict` as member of the list for `extend_model_for`
</content>
</entry>
<entry>
<title>fix: remove useless code</title>
<updated>2020-06-29T07:34:02Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-06-29T07:34:02Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=051d022004d91cea75630cccbea43a2b652b5f4e'/>
<id>urn:sha1:051d022004d91cea75630cccbea43a2b652b5f4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: password field size</title>
<updated>2020-06-26T10:16:44Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-06-26T10:16:44Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=8156dd20c439b9070f87b5ed3ec671d1cd3edbc7'/>
<id>urn:sha1:8156dd20c439b9070f87b5ed3ec671d1cd3edbc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: user must be no-admin by default</title>
<updated>2020-06-26T10:13:59Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-06-26T10:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=74cb76adb582b294a1529f2803e017f7b465000b'/>
<id>urn:sha1:74cb76adb582b294a1529f2803e017f7b465000b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: forms import</title>
<updated>2020-04-10T08:50:54Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-04-10T08:50:54Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=fdb16bd15007922b43a0af6483199401f3ecc023'/>
<id>urn:sha1:fdb16bd15007922b43a0af6483199401f3ecc023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: datetime for models</title>
<updated>2020-04-09T19:50:45Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-04-09T19:50:45Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=f90d51838951e05491a502c072a4cc790b78b6e9'/>
<id>urn:sha1:f90d51838951e05491a502c072a4cc790b78b6e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: imports</title>
<updated>2020-04-09T19:47:07Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-04-09T19:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=790443782ccab0784d817eb1f43021860906e455'/>
<id>urn:sha1:790443782ccab0784d817eb1f43021860906e455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: init project command</title>
<updated>2020-04-09T19:34:08Z</updated>
<author>
<name>Santo Cariotti</name>
<email>dcariotti24@gmail.com</email>
</author>
<published>2020-04-09T19:34:08Z</published>
<link rel='alternate' type='text/html' href='https://git.dcariotti.me/frest.git/commit/?id=00cade9f5bd860fdc4e3cd3290c64ed3d88c168d'/>
<id>urn:sha1:00cade9f5bd860fdc4e3cd3290c64ed3d88c168d</id>
<content type='text'>
</content>
</entry>
</feed>
