Commit graph

867 commits

Author SHA1 Message Date
Kamil Gałuszka
03ebd91f78 fixing django 1.7 errors 2014-10-10 22:19:04 -05:00
Kamil Gałuszka
2f43a66055 fixing possible errors on pypy2 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
7e7542ef2b support django >=1.6 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
84bf9f2073 fixing test with modelforms 2014-10-10 22:19:03 -05:00
Kamil Gałuszka
b341d763f0 many fixes to django-admin2 with py3
and django 1.7 compatybility
2014-10-10 22:19:02 -05:00
Kamil Gałuszka
d12f82d241 update to travis (removed comma typo) 2014-10-10 22:19:02 -05:00
Daniel Greenfeld
7032e19e2e Merge pull request #402 from galuszkak/tox_tests
added tox_tests
2014-09-17 11:38:38 -07:00
Kamil Gałuszka
3d79503b58 fix to TOX_ENV fail ;) 2014-09-17 20:31:19 +02:00
Kamil Gałuszka
d51069ade8 added tox_tests 2014-09-17 20:26:46 +02:00
Daniel Greenfeld
bd8cf8c686 Add @marangonico to authors. 2014-06-25 09:21:27 -07:00
Daniel Greenfeld
5ab2bad9a0 Merge pull request #399 from marangonico/patch-1
fix typo
2014-06-25 09:20:42 -07:00
Daniel Greenfeld
42808d5bb5 Add @amosson to contributors 2014-06-25 09:17:56 -07:00
Daniel Greenfeld
50df9addc2 Merge pull request #400 from amosson/develop
fix for django-braces>=1.4.0
2014-06-25 09:16:43 -07:00
Mosson, Andrew
5ff619979f fix for django-braces>=1.4.0
braces 1.3 views exported AccessMixin
in braces 1.4 this was moved views._access and not exported in views
not sure if this was the intent of braces or an oversight
if intent - should look at AccessMixin vs. using a more specific mixin

tested against django-braces 1.3.1 and django-braces 1.4.0
2014-06-19 10:12:13 -07:00
marangonico
f0e9db3ee5 fix typo 2014-06-19 08:59:56 +02:00
Daniel Greenfeld
92e58112eb Add two scoops icon 2014-03-04 17:59:55 -08:00
Daniel Greenfeld
c64aeee0ef Fix the tests 2014-02-26 12:55:42 -08:00
Daniel Greenfeld
2079a7be9b bump to 0.6.1 2014-02-26 10:21:56 -08:00
Daniel Greenfeld
b30f91e5b8 prep history for new release 2014-02-26 10:21:04 -08:00
Daniel Greenfeld
0b7c7dba8b Merge pull request #393 from BertrandBordage/patch-1
Adds png glyphicons to MANIFEST.
2014-02-08 23:04:02 -08:00
Bertrand Bordage
20e86a7a28 Adds png glyphicons to MANIFEST. 2014-02-08 16:33:58 +01:00
Daniel Greenfeld
09fcceef13 Merge pull request #388 from gregmuellegger/django1.6fixes
Fixes for Django 1.6
2013-12-01 15:30:24 -08:00
Gregor Müllegger
4072d4c009 Fixing failing tests, that only occured on Travis. You cannot use a plane, generic View in the Admin since it always needs to be a model based one. At least unless you overwrite the get_*_kwargs method. 2013-11-28 18:11:12 +01:00
Gregor Müllegger
34b98fb8ac Better error messages for admin views that fail to instantiate. 2013-11-28 18:11:04 +01:00
Gregor Müllegger
930375e3b2 Remove deprecated setup_environ call from the docs configuration script. That made the documentation building fail for Django 1.6. Part of a Fix for #387. 2013-11-28 13:12:50 +01:00
Gregor Müllegger
ca86c60499 Django 1.6 changed the MultiWidget.needs_multipart_form attribute into a property. We didn't plan for that in floppify code yet. We check now for properties which makes it compatible with Django 1.6 and more futureproof. Part of a Fix for #387. 2013-11-28 13:12:50 +01:00
Gregor Müllegger
d9530074e4 Django 1.6 changed the widgets its using for IntegerFields, this needed adjustment in the floppifying rule for those fields. Part of a Fix for #387. 2013-11-28 13:12:50 +01:00
Gregor Müllegger
b8ab2e4408 Make sure that the urls.py is loaded before the tests are run. Django 1.6 doesn't guarantee this anymore. Part of a Fix for #387. 2013-11-28 12:03:08 +01:00
Daniel Greenfeld
d1f5e060f8 Add empty form fix to history. 2013-11-05 22:16:19 -08:00
Daniel Greenfeld
f66ac09bdf Merge pull request #378 from douglasmiranda/fix-empty-form
Fix empty form.
2013-11-05 22:12:41 -08:00
Douglas Miranda
2f8f890ce0 A nice margin for a nice message. :) 2013-09-27 00:52:51 -04:00
Douglas Miranda
b169d28653 Show a nice message if the have no visible fields. 2013-09-27 00:52:18 -04:00
Daniel Greenfeld
ee445acadf Merge pull request #377 from douglasmiranda/right-place-for-actions
Moving the unpublish_* actions to the right place.
2013-09-26 20:51:29 -07:00
Douglas Miranda
cd65542d03 moving the unpublish_* actions to the right place ( issue #277 ) 2013-09-26 23:42:42 -04:00
Daniel Greenfeld
a32fdb1f30 Merge pull request #375 from douglasmiranda/view-descriptions
Adding View Descriptions for "registry" and "app_verbose_names".
2013-09-25 16:06:44 -07:00
Douglas Miranda
ff721a2ef6 Adding View Descriptions for "registry" and "app_verbose_names". 2013-09-24 03:27:38 -04:00
Daniel Greenfeld
e694d23ec8 Adding migration 2013-09-18 11:53:32 +02:00
Daniel Greenfeld
5fa2f53e13 More explicit installation instructions 2013-09-16 13:00:22 +02:00
Daniel Greenfeld
a7feb05ca4 bump to 0.6.0rc1 2013-09-12 16:44:33 +02:00
Daniel Greenfeld
cfce0f4afb Add @yarbelk to authors and update the history file 2013-09-11 22:13:00 +02:00
Daniel Greenfeld
2b044712b6 Merge pull request #372 from yarbelk/fix_multipart
Fix missing enctype="multipart/form-data" when needed
2013-09-11 12:47:46 -07:00
yarbelk
690401d604 Fix missing enctype="multipart/form-data" when needed
- add app example.files with tests, based on example2.
- add check in base update template which checks if
  form.is_multitype and adds the encoding for it
- update gitignore to ignore the uploaded media folder
- add test to blog to ensure that the create form is not
  multipart encoded
2013-09-11 22:20:38 +08:00
Daniel Greenfeld
eb768817f3 Merge pull request #370 from douglasmiranda/fix-typeerror
fix TypeError - the right way
2013-08-26 23:42:52 -07:00
Douglas Miranda
087a918542 fix TypeError - the right way () 2013-08-26 20:20:09 -04:00
Daniel Greenfeld
33b83ead5f Merge pull request #366 from douglasmiranda/implementing-app-verbose-name
Implementing "app verbose name"
2013-08-13 16:51:09 -07:00
Daniel Greenfeld
b492f0a166 Merge pull request #364 from powersurge360/all-model-action
All model action
2013-08-13 16:50:33 -07:00
Douglas Miranda
cfba14384e Tests for the "app verbose name". 2013-08-05 03:39:17 -04:00
Douglas Miranda
7806053516 Using on the blog app the new "app verbose name feature". 2013-08-05 03:37:51 -04:00
Douglas Miranda
08f38c26c2 Showing the app verbose names on the templates. 2013-08-05 03:36:37 -04:00
Douglas Miranda
7f830c8aeb Registering and making the app verbose names accessible into the views. 2013-08-05 03:35:03 -04:00