Skip to content

Commit

Permalink
[fr] follows last en
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Jan 30, 2016
1 parent 74c15d7 commit 4d8156e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
11 changes: 7 additions & 4 deletions en/appendices/2-8-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ Deprecations

* The ``action`` option in ``FormHelper::create()`` has been deprecated. This is
a backport from 3.x.
Note that this now makes the ``action`` key of an array URL consistently respected for the generation of the DOM ID.
If you used the deprecated key you want to compare the generated ID for the form before and after.
Note that this now makes the ``action`` key of an array URL consistently
respected for the generation of the DOM ID.
If you used the deprecated key you want to compare the generated ID for the
form before and after.

Error Handling
==============
Expand Down Expand Up @@ -79,5 +81,6 @@ View
FormHelper
----------

``'url' => false`` is now supported for ``FormHelper::create()`` to allow form tags
to be created without HTML ``action`` attribute. This is a backport fron 3.x.
``'url' => false`` is now supported for ``FormHelper::create()`` to allow form
tags to be created without HTML ``action`` attribute. This is a backport from
3.x.
3 changes: 3 additions & 0 deletions fr/appendices/2-8-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Model
Par exemple si votre model implémente un finder ``find('published')``, vous
pouvez maintenant utiliser les fonctions ``findPublishedBy`` et
``findPublishedByAuthorId`` avec l'interface de la méthode magique.
- Les conditions du find peuvent maintenant utiliser les opérateurs ``IN`` et
``NOT IN``. Ceci permet aux expressions du find d'avoir une meilleur
compatibilité avec la version 3.x.

Validation
==========
Expand Down

0 comments on commit 4d8156e

Please sign in to comment.