Rachel Willmer
439d5058cb
Docs: Minor formatting improvement
12 anni fa
Rachel Willmer
4b326ac34e
The default setting for TEMPLATE_CONTEXT_PROCESSORS in Django 1.5
includes django.core.context_processors.tz.
12 anni fa
Rachel Willmer
29da48108b
Provide instructions for use of virtualenv, as well as mkvirtualenv
12 anni fa
David Winterbottom
4aae561121
Ensure all URL names use dashes (not underscores)
Only search_default needed correcting.
12 anni fa
Matus Moravcik
92f55abc93
Add new option 'register and continue' to checkout process
12 anni fa
Izidor Matušov
ae376a9394
Fix documentation for running tests
When you use the notation with slashes, use full path to file.
With dots, enter module name. Commands run with the current test set.
12 anni fa
David Winterbottom
e508acad0c
Rework order detail template
- Add new block for payment tab
- Rename transactions block
- Provide transactions in get_context_data
- Better handling of empty iterables
12 anni fa
Matus Moravcik
352844ca54
Allow more control over country highlighting
is_highlighted is now an integer and works similar to the common
"ordering" fields. The higher the number, the higher the country will be
moved up in the list.
Fixes #720 , #725
12 anni fa
Maik Hoepfel
0cac6fa943
Higher max_length for FileFields and ImageFields
Filenames can easily get longer than 100 characters, and that causes
Django to fail hard (I think with a DatabaseError), because it's
currently not validated (see Django #11027 )
This fix increases the character limit to 255 chars. Going much higer
can cause trouble with MySQL.
Fixes #625 . Thanks for reporting go to @soloweb.
12 anni fa
David Winterbottom
bee34ea1ec
README improvements
- Add Freetix screenshot
- Copy reworking
- Drop link to Mirumee :(
12 anni fa
David Winterbottom
9c938c28e8
Shrink thumbnails to 350px
12 anni fa
David Winterbottom
ee5f330267
Rename date field of event models to date_created
To be consistent with the rest of Oscar.
12 anni fa
David Winterbottom
752663dde9
Convert Address name and salutation to properties
12 anni fa
Maik Hoepfel
14df852afd
Document changed behavior for product class templates
12 anni fa
David Winterbottom
11930636c7
Rework shipping event validation
12 anni fa
David Winterbottom
441f9ffc1b
Update bankcard model
12 anni fa
David Winterbottom
b0e5c64a68
Update "how to configure shipping" recipe
12 anni fa
David Winterbottom
fedd9bb26a
Fix a few sphinx warnings
12 anni fa
David Winterbottom
66184b2450
Document custom user model support
12 anni fa
David Winterbottom
9c0b608fc2
Update pull requests docs re not using master
12 anni fa
Maik Hoepfel
a335fd6d4b
Fix a few docstrings and one invalid docs link.
12 anni fa
Maik Hoepfel
513d49d03a
Add docs for all Oscar apps.
Some of them are rather basic, but it's a start.
12 anni fa
David Winterbottom
502f1f2cf7
Document how to load countries as part of getting set up
12 anni fa
David Winterbottom
ff066ed86c
Update the docs on building the demo site
12 anni fa
David Winterbottom
188eb33980
Document how to build the demo site
12 anni fa
David Winterbottom
c7eafc8695
Update CSS docs (they were stale in places)
Fixes #709
12 anni fa
Izidor Matušov
48ad81989a
Docs: Fix SKU link to Wikipedia
Fixes #697
12 anni fa
David Winterbottom
c6dfb3f46d
Default to --processes=4 when running tests.
Test suite time has halved.
12 anni fa
David Winterbottom
894289a77b
Change balance into a property
This makes more sense than keeping it as a method.
12 anni fa
David Winterbottom
b220b57062
Split payment models into abstract and concrete versions
Hattip to @BuddhaOhneHals for doing this in the first place.
Unfortunately, I couldn't (be bothered to) merge the original commit as
the merge conflicts were too painful to resolve - simpler to just
reapply the same change myself.
Fixes #466
12 anni fa
Maik Hoepfel
4477b71a35
Docs: Add note on HTML indentation.
12 anni fa
David Winterbottom
07d412308b
Remove dead tabs from demo screenshots
12 anni fa
David Winterbottom
b473826f3c
Add details of demo site to README
12 anni fa
Maik Hoepfel
868ad54241
Docs: Note on product class as data migration
Fixes #495
13 anni fa
Maik Hoepfel
602eb61390
Docs: Include MEDIA settings and staticfiles
13 anni fa
Maik Hoepfel
a290263b36
Docs: Further clarify customisation topic.
* Better wordings for the individual steps
* Mentioned necessary copying of migrations directory
* Fixed wrong prerequisites in examples
* Glossary typo fixed
13 anni fa
Maik Hoepfel
a05f49159d
Docs: Add a glossary
Commonly used terms should be explained there.
13 anni fa
Maik Hoepfel
6d782010c4
Docs: Stubs for catalogue and partner app
- Added stubs for both apps
- Switched to using :automodule: for abstract models instead of
individual :autoclass:
- Added instructions on creating a Partner and ProductClass instance
when setting up a new Oscar instance
13 anni fa
Maik Hoepfel
bb18ae04d6
Docs: Clarify customising Oscar.
The mailing list raised the issue of having to include the models.py to
replace a Form. The docs weren't clear, so I've taken the opportunity
to:
* merge 'INSTALLED_APPS' section and 'models.py & admin.py'.
* change misc wordings and add clarifications
13 anni fa
David Winterbottom
5ee4021e76
Document the demo store
Update release notes too.
13 anni fa
David Winterbottom
3978d84110
Adjust use of basket_form templatetag in demo site
The parameters have been changed to use request, not request.basket.
13 anni fa
David Winterbottom
7352d5f5ac
Add Rightchoice case study to README
13 anni fa
Maik Hoepfel
a68c503011
Docs: Document multi-dealer dashboard
Fixes #574
13 anni fa
David Winterbottom
a562712c42
Bump version to 0.6-pre-alpha
13 anni fa
David Winterbottom
efff0ab688
Update release note for 0.5.1
13 anni fa
Maik Hoepfel
d9e4881e83
Docs: Merge changes from #640 into new structure
13 anni fa
David Winterbottom
4b669aab25
Add details of Tangent's support offering to README
Also bring logos into repo (rather than imgshack).
13 anni fa
David Winterbottom
7f80bccd11
Release note for 0.5.1
13 anni fa
David Winterbottom
8b40d2f098
Extend release notes with jQuery upgrade
13 anni fa
Krystian Cybulski
7b2a4cadf7
Improve docs on how to customise an app
- Made instructions on using a custom template more expliciy. Should be
better for new users.
- Fixes a few typos and mistakes in the code examples.
This commit is squash of pull request #640 .
13 anni fa