| 208 | | It should be very rare that you'll need to use these parameters. Django will |
| 209 | | almost always do the right thing and trying to override that will lead to |
| 210 | | errors that are difficult to track down. This feature is for advanced use |
| 211 | | only. |
| | 208 | It should be very rare that you'll need to use these parameters - typically |
| | 209 | only when your model does not have an ``AutoField`` primary key or when you |
| | 210 | have explicitly specified the auto-primary-key value. Django will almost |
| | 211 | always do the right thing and trying to override that will lead to errors |
| | 212 | that are difficult to track down. This feature is for advanced use only. |