Commit Graph

206 Commits

Author SHA1 Message Date
Ventsislav Tashev
29c15708af Replaced odin importss with project 2019-10-27 16:02:23 +02:00
Ventsislav Tashev
945c664dc1
Merge pull request #25 from HackSoftware/fix-serializers-in-api-views
Fixed serializers signature in List & Detail APIs section
2019-10-27 15:54:07 +02:00
Ventsislav Tashev
b4b75bc9a9
Merge pull request #26 from HackSoftware/add-default-handled-exceptions
Added information about exceptions that are handled by default from DRF
2019-10-27 15:53:11 +02:00
Ventsislav Tashev
91b9d4c72d Added information about exceptions that are handled by default from DRF 2019-10-27 15:43:17 +02:00
Ventsislav Tashev
7459031e1c Removed trailing whitespaces 2019-10-27 10:29:49 +02:00
Ventsislav Tashev
efa24c19db Fixed List & Detail API serializer signatures 2019-10-27 10:29:13 +02:00
Radoslav Georgiev
e63afc33f2 Reword the cookiecutter section 2019-10-26 11:19:12 +03:00
Radoslav Georgiev
fcd32fa4af Specify node version, fix npm security warnings 2019-10-26 11:15:53 +03:00
Radoslav Georgiev
2271f32cad Remove Odin from examples, since the project is deprecated 2019-10-26 11:08:00 +03:00
Ivaylo Donchev
cd528118c0
Merge pull request #21 from HackSoftware/fix-readmy-typos
Fix README typos
2019-08-19 16:30:19 +03:00
Ivo Donchev
16c4f89cbf Fix README typos (ticket - https://github.com/HackSoftware/Django-Styleguide/issues/11) 2019-08-19 16:23:37 +03:00
Ivaylo Donchev
8ce40d76af
Merge pull request #20 from HackSoftware/queryset-type-add-typings
Update typings of QuerySetType
2019-08-19 13:53:46 +03:00
Ivo Donchev
a6f3933bb0 Add typings:
- add typing for `__or__`
- add typing for `__and__`
- update typing for `__getitem__`
2019-08-19 13:49:45 +03:00
Radoslav Georgiev
0570b34dce
Add LICENSE 2019-02-17 11:05:01 +02:00
Radoslav Georgiev
225bd2696f Add tools/update_toc.py to automatically replace TOC 2019-01-21 16:34:16 +02:00
Radoslav Georgiev
a218428ab7 Remove empty space from TOC 2019-01-21 16:33:38 +02:00
Radoslav Georgiev
90f2b1d14f Add __pycache__ to .gitignore 2019-01-21 16:31:07 +02:00
Radoslav Georgiev
7832288bf8 Rename types.py to queryset_type.py 2019-01-21 16:30:47 +02:00
Radoslav Georgiev
3641822af9
Merge pull request #10 from HackSoftware/testing/selectors
Testing: Selectors
2019-01-21 16:00:52 +02:00
Radoslav Georgiev
3ed7934117 Update TOC with testing selectors section 2019-01-21 16:00:05 +02:00
Radoslav Georgiev
a1ef1c1347 Add section for Testing selectors 2019-01-21 15:57:22 +02:00
Radoslav Georgiev
6df34b29b6
Merge pull request #8 from HackSoftware/testing
Introduce section for testing
2019-01-20 21:56:56 +02:00
Radoslav Georgiev
8fdf1a118d Update TOC with new section structure 2019-01-20 17:19:24 +02:00
Radoslav Georgiev
e986d86608 Move example code to its own section 2019-01-20 17:18:08 +02:00
Radoslav Georgiev
7b8155e7b1 Add types.py with QuerySetType implementation 2019-01-20 17:10:43 +02:00
Radoslav Georgiev
7f2d665292 Update TOC with testing/services 2019-01-20 17:07:53 +02:00
Radoslav Georgiev
714dc42fe1 Update examples for service tests.
Add more code examples.
2019-01-20 17:05:22 +02:00
Radoslav Georgiev
9c0d6107a1 Add section for services tests 2019-01-04 17:16:01 +02:00
Radoslav Georgiev
60b649fc31 Add initial testing section with naming convetion 2019-01-04 16:07:01 +02:00
Radoslav Georgiev
83cdd847ec
Merge pull request #4 from HackSoftware/exceptions
Init some text about exceptions in services
2019-01-04 15:38:01 +02:00
Radoslav Georgiev
b29cc49545 Small tweaks in wording 2018-12-28 19:28:10 +02:00
Radoslav Georgiev
5105e53b7a Move code samples to utils.py 2018-12-28 19:24:43 +02:00
Radoslav Georgiev
ffaf960cde Expand the section on exceptions 2018-12-28 19:22:00 +02:00
Radoslav Georgiev
04b19ba0af Add exception handling to TOC 2018-12-28 18:28:42 +02:00
Ivaylo Bachvarof
6a3acf757b Feedback reflected 2018-11-18 11:47:03 +02:00
Radoslav Georgiev
809e6b3b52 Add Examples to TOC 2018-08-19 15:35:31 +03:00
Radoslav Georgiev
90d8540b6a Add link to the system that we are using for examples.
- Fix a typo along the way
2018-08-19 15:34:01 +03:00
Radoslav Georgiev
d68e304c6b Add Cookie Cutter to TOC 2018-08-19 15:27:18 +03:00
Radoslav Georgiev
fa01d87bda
Merge pull request #3 from HackSoftware/cookiecutter-section
Add section about cookiecutter
2018-08-19 15:25:38 +03:00
Radoslav Georgiev
fced551c3a Add section about cookiecutter 2018-08-19 15:25:19 +03:00
Radoslav Georgiev
2366ff729a
Merge pull request #5 from HackSoftware/add-models-section
Add section about models
2018-08-19 15:22:27 +03:00
Radoslav Georgiev
8455c7d1d0 Add example code for CourseFactory 2018-08-13 16:02:55 +03:00
Radoslav Georgiev
e03a0c0910 Add example test for custom model validation 2018-08-13 15:49:42 +03:00
Radoslav Georgiev
8e52937316 Add section about models 2018-08-13 15:27:32 +03:00
Ivaylo Bachvarof
2495712b90 Init some text about exceptions in services 2018-08-08 18:01:30 +03:00
Radoslav Georgiev
c99d80b37a
Merge pull request #2 from HackSoftware/add-table-of-contents
Add table of contents
2018-07-31 23:52:50 +03:00
Radoslav Georgiev
4c051ea802 Use markdow-toc to generate a table of contents 2018-07-31 14:43:38 +03:00
Radoslav Georgiev
f394af9810
Merge pull request #1 from HackSoftware/inspiration
Add `Inspiration` paragraph
2018-07-31 14:36:33 +03:00
Radoslav Georgiev
8b02f8d8f2 Add Inspiration paragraph 2018-07-31 14:33:27 +03:00
Radoslav Georgiev
f98cbebe2b Add utils.py with inline_serializer implementation 2018-07-26 12:40:05 +03:00