Skip to content

added a tip to register annotations namespaces #7511

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved the note before the label
  • Loading branch information
javiereguiluz authored Dec 29, 2017
commit f56b5af7f1b2e1e03b4a312df7c5311532be23b3
4 changes: 2 additions & 2 deletions components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,10 @@ You are now able to serialize only attributes in the groups you want::
);
// $obj2 = MyObj(foo: 'foo', bar: 'bar')

.. _ignoring-attributes-when-serializing:

.. include:: /_includes/_rewrite_rule_tip.rst.inc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this should be moved before the previous label.


.. _ignoring-attributes-when-serializing:

Ignoring Attributes
-------------------

Expand Down