summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-02Fixed #16941 - Clarified naturaltime output when the time is more than a day ...Tim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-08-02Fixed #18472 - Added warning regarding set_language / i18n_patterns.Simon Meers
2012-08-02Reinstated Pinax link that was still in use by others.Simon Meers
2012-08-01Fixed #16168 - Added note regarding type requirements when overridng ModelFor...Tim Graham
2012-07-31Fixed #18122 - Clarified section title regarding applying permissions to gene...Tim Graham
2012-07-30Fixed #17131 - Added per object permission notes to docs.Tim Graham
2012-07-30Fixed a security issue in http redirects. Disclosure and new release forthcom...Florian Apolloner
2012-07-30Fixed second security issue in image uploading. Disclosure and release forthc...Florian Apolloner
2012-07-30Fixed a security issue in image uploading. Disclosure and release forthcoming.Florian Apolloner
2012-07-29Merge pull request #225 from dekkers/remove-double-isinstance-checkAlex Gaynor
2012-07-29Updated my bio.Justin Bronn
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
2012-07-28Fixed #18656 -- Fixed LocaleMiddleware link; thanks mitar for the report.Tim Graham
2012-07-28Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.Tim Graham
2012-07-25[py3] Updated dict-like data structures for Python 3.Aymeric Augustin
2012-07-25Fixed error message in detail generic view.Florian Apolloner
2012-07-25Fixed #18614 -- Added missing imports in code samples.Florian Apolloner
2012-07-25Fixed #18634 -- Don't escape variables in the context for startproject/startapp.Marc Tamlyn
2012-07-25Merge pull request #216 from ljosa/ticket_18644Florian Apolloner
2012-07-25Merge pull request #220 from dirn/staticfiles-docs-typoFlorian Apolloner
2012-07-25Merge pull request #224 from reclosedev/patch-1Florian Apolloner
2012-07-25Merge pull request #230 from pjdelport/cleanupAlex Gaynor
2012-07-25Merge pull request #228 from nklas/masterAlex Gaynor
2012-07-25Merge pull request #232 from yohanboniface/ticket18667Alex Gaynor
2012-07-25Merge pull request #231 from kevin1024/masterJames Bennett
2012-07-25Fixed QueryDict.setlistdefault.Aymeric Augustin
2012-07-25Fixed a typo in the admin reference docs.Aymeric Augustin
2012-07-25Ticket 18667: fix typo in CBV docYohan Boniface
2012-07-25Rolled back a unnecessary change in 8f002867b2.Aymeric Augustin
2012-07-25Made staticfiles tests independent of test execution order.Florian Apolloner
2012-07-25Update docs/topics/signals.txtnklas
2012-07-24Changed the word "brackets" to "parentheses"Kevin McCarthy
2012-07-24Fixed #18666 -- when upgrading a user's password to a new algorithm only save...Alex Gaynor
2012-07-24Clarified default name of M2M relationship DB table.Ramiro Morales
2012-07-25Fix typo.Piet Delport
2012-07-25it's -> itsPiet Delport
2012-07-24Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.Ramiro Morales
2012-07-25Fixed a small typo.nklas
2012-07-24Added tests for deprecation warnings and fixed the argument order for the war...Alex Gaynor
2012-07-24Remove double isinstance check in force_unicodeJeroen Dekkers
2012-07-23Removed a Python 3-compatibility hack.Aymeric Augustin
2012-07-22Fixed a broken link in the Python 3 docs.Aymeric Augustin
2012-07-22Used a Python 3-compatible syntax for building a translation tableClaude Paroz
2012-07-22Documentation: Fix link to uWSGI deploymentRoman Haritonov
2012-07-22[py3] Documented coding guidelines for Python 3.Aymeric Augustin
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-07-22[py3] Switched to Python 3-compatible imports.Aymeric Augustin
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin