django1/docs/ref
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
..
class-based-views Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
contrib Fixed #19477 - Documented generic_inlineformset_factory 2013-01-22 18:17:26 -05:00
files Fixed typo in file storage docs. 2013-01-13 19:36:49 +01:00
forms Fixed #17416 -- Added widgets argument to inlineformset_factory and modelformset_factory 2013-01-24 08:58:17 +01:00
models Added missing versionadded 1.6 to docs of earliest() 2013-01-20 06:45:00 +02:00
templates Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
clickjacking.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
databases.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
django-admin.txt Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pythonrc.py`. 2013-01-24 22:01:47 -03:00
exceptions.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
index.txt Fixed #19498 -- refactored auth documentation 2012-12-28 11:06:12 -08:00
middleware.txt Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
request-response.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
settings.txt Fixed #19099 -- Split broken link emails out of common middleware. 2013-01-15 17:41:45 +01:00
signals.txt Added documentation for the 'db' argument of the post-syncdb signal. 2013-01-03 22:04:55 +01:00
template-response.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
unicode.txt Fixed #18974 - Warned against using models.permalink 2012-11-22 16:08:51 -05:00
urlresolvers.txt Removed versionadded/changed annotations dating back to 1.4. 2012-12-29 21:59:08 +01:00
urls.txt Fixed #19516 - Fixed remaining broken links. 2013-01-02 18:32:57 -05:00
utils.txt Fixed a typo. 2013-01-24 11:58:06 +01:00
validators.txt Fixed #4833 -- Validate email addresses with localhost as domain 2013-01-11 20:45:46 +01:00