django/docs/topics
Claude Paroz 4b4524291a Converted test management command to argparse
Keeping backwards compatibility with test_runner.option_list is
tricky and would imply transforming an optparse.Option to an
argparse.Action. I choose to introduce a backwards incompatible
change because it only affects testing, not runtime behavior.
2014-06-14 13:43:39 +02:00
..
auth Fixed #22770 -- Removed create_superuser from post_migrate signals. 2014-06-10 14:37:37 -04:00
class-based-views Fixed #22575 -- Fixed typo in docs/topics/class-based-views/generic-editing.txt. 2014-05-05 06:41:01 -04:00
db Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`. 2014-06-12 16:41:49 -04:00
forms Fixed #22747 -- Add backwards compatibility tip for new behavior of formset.save(commit=False). 2014-06-04 12:37:10 -04:00
http Fixed #22801 -- Added 'www.' to diveintopython.net links 2014-06-10 15:38:25 -04:00
i18n Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
testing Converted test management command to argparse 2014-06-14 13:43:39 +02:00
cache.txt Fixed #22667 -- Replaced leader/follower terminology with primary/replica 2014-05-22 11:59:17 -04:00
checks.txt
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt
localflavor.txt
logging.txt
migrations.txt Fixed #22436: More careful checking on method ref'ce serialization 2014-06-07 17:05:51 -07:00
pagination.txt
performance.txt
python3.txt
security.txt
serialization.txt
settings.txt Fixed #22801 -- Added 'www.' to diveintopython.net links 2014-06-10 15:38:25 -04:00
signals.txt Fixed #16245 -- Included traceback in send_robust()'s response 2014-05-16 18:41:40 -04:00
signing.txt
templates.txt