Commit graph

571 commits

Author SHA1 Message Date
Daniel Greenfeld
32bcce562e Merge pull request #254 from ifosch/test-improvements
Actions test isolated
2013-07-06 05:56:50 -07:00
Ignasi Fosch
260cabcddf Actions tests included in runtest.py execution 2013-07-06 14:22:38 +02:00
Ignasi Fosch
550c6b684b Moving action tests to another file 2013-07-06 14:17:54 +02:00
Daniel Greenfeld
f61c6648ea Merge pull request #253 from dbrgn/rtd
Read the docs
2013-07-06 05:09:16 -07:00
Daniel Greenfeld
882da13585 Adding Henri Colas to the authors file 2013-07-06 14:07:30 +02:00
Danilo Bargen
a6276c6141 Fixed intersphinx objects reference for Django 2013-07-06 13:59:16 +02:00
Danilo Bargen
2282f9681d Get rid of all Sphinx warnings 2013-07-06 13:54:48 +02:00
Danilo Bargen
771af88877 Make django docs intersphinx work 2013-07-06 13:50:21 +02:00
NotSqrt
5889c5d849 i18n : fixes for tests -> use string interpolation, not positional interpolation 2013-07-06 13:33:52 +02:00
NotSqrt
187773979b add default english translation, add french translation 2013-07-06 13:33:52 +02:00
NotSqrt
5de843313b make the examples use i18n 2013-07-06 13:33:52 +02:00
NotSqrt
5ab4f33b6a check i18n completeness 2013-07-06 13:33:52 +02:00
Danilo Bargen
3feabdf938 Typo: :docs: should be :doc 2013-07-06 12:23:36 +02:00
Daniel Greenfeld
74573faf7a Update README.rst 2013-07-06 12:18:58 +02:00
Daniel Greenfeld
ecb5ea2bf9 Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop 2013-07-06 12:21:21 +02:00
Daniel Greenfeld
7db738d469 friendlier way of handling django_extensions 2013-07-06 12:21:02 +02:00
Daniel Greenfeld
0f3cfed915 Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop 2013-07-06 12:09:28 +02:00
Daniel Greenfeld
d407d804b0 Add coverage badge per #222 2013-07-06 12:09:13 +02:00
Daniel Greenfeld
dab5e36c10 Merge branch 'dbrgn-iss236' into develop 2013-07-06 12:09:13 +02:00
Daniel Greenfeld
cf77eb0ec5 Merge branch 'iss236' of git://github.com/dbrgn/django-admin2 into develop 2013-07-06 12:07:54 +02:00
Daniel Greenfeld
aa6d246fac Merge pull request #249 from dbrgn/coverage
Coverage
2013-07-06 03:07:21 -07:00
Danilo Bargen
8217789e11 Prepared travis.yml for coveralls 2013-07-06 11:57:57 +02:00
Danilo Bargen
142f33f2f6 Added .coveragerc 2013-07-06 11:56:29 +02:00
Daniel Greenfeld
fd6eec2a54 Adding Ignasi Fosch Alonso to Authors 2013-07-06 11:56:18 +02:00
Danilo Bargen
ce5566be82 Show verbose column name in list view (fixes #236) 2013-07-06 11:53:46 +02:00
Daniel Greenfeld
653dac411d Merge branch 'iss236' of git://github.com/dbrgn/django-admin2 into dbrgn-iss236 2013-07-06 11:52:48 +02:00
Daniel Greenfeld
4205660251 Merge pull request #246 from ifosch/test-improvements
djadmin2.actions.get_description test implemented
2013-07-06 02:43:54 -07:00
Daniel Greenfeld
fa94f81e7f Merge 2013-07-06 11:36:42 +02:00
Danilo Bargen
3e31974b39 Added model_attr_verbose_name template filter.
Renamed the model_field_verbose_name to model_attr_verbose_name in
order to handle both fields and methods.
2013-07-06 11:32:57 +02:00
Danilo Bargen
973996cfe0 Show verbose column name in list view (fixes #236) 2013-07-06 11:32:57 +02:00
Danilo Bargen
6331b94a81 Added model_method_verbose_name util function 2013-07-06 11:32:57 +02:00
Danilo Bargen
56b26fb190 Added new template filter: model_field_verbose_name 2013-07-06 11:32:57 +02:00
Daniel Greenfeld
3796d312e3 Add index links for permissions 2013-07-06 11:18:38 +02:00
Ignasi Fosch
7c6f6a7b4a djadmins.actions lines cut out to 80 characters long 2013-07-06 11:17:12 +02:00
Ignasi Fosch
793cec7828 djadmins.actions lines cut out to 80 characters long 2013-07-06 11:16:13 +02:00
Daniel Greenfeld
745f2750fa Add django-debug-toolbar to example2 2013-07-06 11:15:41 +02:00
Audrey Roy
1a860031ee Better example project home. Close #241. 2013-07-06 11:15:41 +02:00
Daniel Greenfeld
80aa636e82 Indexing actions 2013-07-06 11:15:41 +02:00
Daniel Greenfeld
7e96b27c5f Index test 2013-07-06 11:15:41 +02:00
Daniel Greenfeld
7e0a676ad9 fix #234, this adds formal install instructions to the docs and includes reorganization of the docs 2013-07-06 11:15:40 +02:00
Audrey Roy
f65d7e3722 Simpler way to pull upstream changes, with optional rebase for advanced git users. 2013-07-06 11:15:40 +02:00
Daniel Greenfeld
9fad9ff9d1 Add Danilo Bargen to authors 2013-07-06 11:15:40 +02:00
Danilo Bargen
4f904e73fd PEP8 2013-07-06 11:15:40 +02:00
Daniel Greenfeld
19e2bac445 Update AUTHORS.rst 2013-07-06 11:14:34 +02:00
Daniel Greenfeld
0fe07d4002 Merge branch 'better-example' of git://github.com/audreyr/django-admin2 into audreyr-better-example 2013-07-06 11:08:46 +02:00
Daniel Greenfeld
6589fef693 Merge branch 'develop' of github.com:twoscoops/django-admin2 into develop 2013-07-06 11:08:23 +02:00
Daniel Greenfeld
9e8efcd218 Add django-debug-toolbar to example2 2013-07-06 11:08:11 +02:00
Ignasi Fosch
1bea34ac1a djadmin2.actions.get_description test implemented 2013-07-06 11:00:03 +02:00
Audrey Roy
807b3776fb Better example project home. Close #241. 2013-07-06 10:57:00 +02:00
Audrey Roy
a5d03899a9 Merge pull request #239 from audreyr/fix-contributor-instructions
Simpler way to pull upstream changes, with optional rebase for advanced ...
2013-07-06 01:04:36 -07:00