| Age | Commit message (Collapse) | Author |
|
defaults.
Also added a compatibility check for changed middleware defaults.
|
|
settings.
An ImproperlyConfigured exception will be raised they mismatch.
Backport of 1c58cabad7 and a2cd0e12c9 from master
|
|
Backport of dfa3505ff1 from master.
|
|
Backport of c307383ec9 from master
|
|
Backport of f97c53c098 from master
|
|
Moved logic to syncdb command for backwards compatibility.
Backport of 93d05536fd from master
|
|
Backport of c17cd151d8 from master
|
|
Conflicts:
django/db/backends/creation.py
django/test/runner.py
docs/ref/settings.txt
docs/topics/testing/advanced.txt
|
|
Backport of 5472bf4df0 from master
|
|
Thanks smeaton for report and Joël Rochat for spell check
Backport of 7f27cca5c5 from master
|
|
Backport of 7be646425f from master
|
|
%} tag.
Backport of e020894470 from master
|
|
Thanks Rudolph for the report.
Backport of a00efa30d6 from master
|
|
Removed the FieldError raised by ModelBase.__new__ in this case.
Backport of ce993efda8 from master
|
|
Backport of 5b98ba08e2cc8760525fc1e0a2c917c063b0d5e2 from master
|
|
Thanks to @erikr for the review.
Backport of fa8b4735287c92b03d23823de8a4e1168d1951d9 from master.
|
|
Thanks matklad for the report.
Backport of 7c6e96ec1f from master
|
|
`makemigrations` will automatically create the package specified
in `MIGRATION_MODULES` if it doesn't already exist.
Thanks ovidiuc4 for the report.
|
|
`makemigrations --dry-run` will output the complete migrations file
that would be written if it's used along with `--verbosity 3`.
Backport of 2e613ea5c5 from master
|
|
Added documentation about `--dry-run` and `--merge`.
Backport of e98d303562 from master
|
|
Backport of 2b432d4634 from master
|
|
Backport of b8fc167b32 from master.
|
|
Refs #8620.
If we allow any value to remove form fields then we get name clashes
with method names, media classes etc. There was a backwards
incompatibility introduced meaning ModelForm subclasses with declared
fields called media or clean would lose those fields.
Field removal is now only permitted by using the sentinel value None.
The docs have been slightly reworded to refer to removal of fields
rather than shadowing.
Thanks to gcbirzan for the report and initial patch, and several of the
core team for opinions.
Backport of 9fb0f5dddc4cf7f2d294af1bcde2c359cffd90a5 from master
|
|
Thanks gthb Trac user for the report, kolypto StackOverflow
user for the initial list and Tim Graham for the review.
Backport of 756c390fb5 from master.
|
|
The paragraph was a copy of strictly_above.
Backport of 2f43229c2f from master
|
|
Used the official terminology listed in
http://docs.oracle.com/cd/B19306_01/network.102/b14212/glossary.htm#i997309
Thanks michael.cherkasov for the report.
Backport of bfac6bef83 from master
|
|
Backport of 727d048f0991ccbd1564c6fb225ffbfd2f1a2102 from master.
|
|
Backport of 9494f29d from master
|
|
Backport of e7ffba8f78849fbf60b98fb8d67ef4577b585e3b from master.
|
|
Backport of e520a73ee from master.
|
|
the admin.
Thanks Stephen Burrows for work on the patch as well.
|
|
Backport of 5ab95168cc from master
|
|
Backport of a06808d370 from master
|
|
Thanks ewjoachim for the sugggestion.
Backport of c501662f3c from master
|
|
methods that InlineModelAdmin supports.
Backport of 986bd41f8a from master
|
|
Backport of 8eb51a8cf6 from master
|
|
|
|
Refs #20610.
Backport of 7951f125e frmo master.
|
|
Backport of fb7c347f7b from master
|
|
Thanks to chrisedgemon for the report and shaib, akaariai and
timgraham for the review.
Backport of 24ec9538b7 from master
|
|
choices.
Backport of 7fd1b35ed7 from master
|
|
Backport of ab8d8e00c9 from master
|
|
Thanks Eric Holscher and Tim Graham for the review.
Backport of 58ed387 from master
|
|
Avoided introducing a new regex-based SQL splitter in the migrations
framework, before we're bound by backwards compatibility.
Adapted this change to the legacy "initial SQL data" feature, even
though it's already deprecated, in order to facilitate the transition
to migrations.
sqlparse becomes mandatory for RunSQL on some databases (all but
PostgreSQL). There's no API to provide a single statement and tell
Django not to attempt splitting. Since we have a more robust splitting
implementation, that seems like a good tradeoff. It's easier to add a
new keyword argument later if necessary than to remove one.
Many people contributed to both tickets, thank you all, and especially
Claude for the review.
Refs #22401.
Backport of 8b5b199 from master
|
|
Backport of 680a0f08b from master.
|
|
Refs #22422.
Backport of 0315f01 from master
|
|
process to refs/applications.txt.
Backport of deb561bbe2 from master
|
|
injection
Thanks Erik Romijn for the suggestion.
Backport of 3776926cfe from master
|
|
default value.
|
|
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
Backport of 11d453bcad from master
|