django1/django
Ramiro Morales 1f6b2e7a65 Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`.
Also:

* Added a ``--no-startup`` option to disable this behavior. Previous
  logic to try to execute the code in charge of this funcionality was
  flawed (it only tried to do so if the user asked for ipython/bpython
  and they weren't found)
* Expand ``~`` in PYTHONSTARTUP value.

Thanks hekevintran at gmail dot com  for the report and initial patch.

Refs #3381.
2013-01-24 22:01:47 -03:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
contrib Fixed #19477 - Documented generic_inlineformset_factory 2013-01-22 18:17:26 -05:00
core Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`. 2013-01-24 22:01:47 -03:00
db Remove dup_select_related method. 2013-01-23 00:26:20 +00:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed #17416 -- Added widgets argument to inlineformset_factory and modelformset_factory 2013-01-24 08:58:17 +01:00
http Kill mx.TextTools with fire 2013-01-15 10:15:40 -08:00
middleware Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
shortcuts Fixed #19432 -- Provided better error message for get_object_or_404 2012-12-12 22:05:00 +01:00
template Merge pull request #595 from bmispelon/patch-1 2012-12-29 13:39:52 -08:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #19546 - ensure that deprecation warnings are shown during tests 2013-01-09 08:19:22 -08:00
utils Fixed #19637 -- Ensured AdminEmailHandler fails silently 2013-01-21 20:32:36 +01:00
views Minor optimization in the static serve view. 2013-01-24 11:01:32 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00