| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-26 | Added missing word in bio update. | Preston Holmes | |
| I a word :-/ | |||
| 2013-09-26 | Updated my bio. | Preston Holmes | |
| 2013-09-25 | Fixed wording in unit tests documentation. | Baptiste Mispelon | |
| 2013-09-22 | Fixed #21141 -- Update Sphinx URL | Rogério Yokomizo | |
| Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/. | |||
| 2013-09-20 | Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines. | tschilling | |
| Thanks stanislas.guerra at gmail.com for the report. | |||
| 2013-09-19 | Increase default PBKDF2 iterations | Paul McMillan | |
| Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version. | |||
| 2013-09-19 | Corrected markup problems in new security summary page. | Russell Keith-Magee | |
| 2013-09-18 | Fix #21121: Add archive of security issues. | James Bennett | |
| 2013-09-17 | Fixed #21024 -- Documented how to deprecate a feature. | Tim Graham | |
| 2013-09-16 | Fixed #17627 -- Renamed util.py files to utils.py | Tim Graham | |
| Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch. | |||
| 2013-09-13 | Documentation -- added instructions on working with pull requests | Kevin Christopher Henry | |
| Since non-core contributors are asked to review patches, instructions on working with pull requests were added to the Working with Git and GitHub page (based on the existing instructions in the core committers page). | |||
| 2013-09-09 | Fixed #17262 -- Refactored tzinfo implementations. | Aymeric Augustin | |
| This commit deprecates django.utils.tzinfo in favor of the more recent django.utils.timezone which was introduced when Django gained support for time zones. | |||
| 2013-09-09 | Fixed #19885 -- cleaned up the django.test namespace | Kevin Christopher Henry | |
| * override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion. | |||
| 2013-09-07 | Added a note about LTS releases. | Jacob Kaplan-Moss | |
| 2013-09-06 | Fixed instructions for running a subset of tests. | Tim Graham | |
| 2013-09-06 | Fixed #20975 -- Fixed identation in docs/internals/committers.txt | Daniel Boeve | |
| Thanks EvilDMP for the report. | |||
| 2013-09-05 | Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. | Eric Boersma | |
| The documentation and comments now all use 'an' to refer to the word SQL and not 'a'. | |||
| 2013-09-05 | Fixed #21047 -- Added CLA mesage on the new contributor advice doc | micahhausler | |
| 2013-08-27 | Updated instructions for running contrib tests. | Matt Robenolt | |
| 2013-08-21 | Added myself to the committers list. | evildmp | |
| 2013-08-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: docs/ref/django-admin.txt | |||
| 2013-08-16 | Remove the last FIXME from the howto-release-Django doc. | Carl Meyer | |
| 2013-08-15 | Updated docs following deprecation of django.views.defaults.shortcut | Alasdair Nicol | |
| Follows 3f2befc | |||
| 2013-08-10 | Merge pull request #1464 from evildmp/squashing_commits | Julien Phalip | |
| Clarified misleading wording about squashing commits | |||
| 2013-08-10 | clarified misleading wording about squashing commits | Daniele Procida | |
| 2013-08-09 | Fixed #20868 -- Added an email to django-announce as a security step. | Tim Graham | |
| Thanks garrison for the report. | |||
| 2013-08-09 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/core/management/commands/flush.py django/core/management/commands/syncdb.py django/db/models/loading.py docs/internals/deprecation.txt docs/ref/django-admin.txt docs/releases/1.7.txt | |||
| 2013-08-04 | Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it. | Loic Bistuer | |
| Refs #18681. This also starts the deprecation of ModelAdmin.declared_fieldsets | |||
| 2013-08-04 | Deprecated SortedDict (replaced with collections.OrderedDict) | Curtis Maloney | |
| Thanks Loic Bistuer for the review. | |||
| 2013-07-30 | Rename allow_syncdb to allow_migrate | Andrew Godwin | |
| 2013-07-30 | Start adding schema migration into the release notes | Andrew Godwin | |
| 2013-07-29 | Deprecated django.utils.importlib | Claude Paroz | |
| This was a shim for pre-Python 2.7 support. | |||
| 2013-07-25 | More migration docs, and conversion of all easy syncdb references | Andrew Godwin | |
| 2013-07-24 | Fixed #20766 -- Deprecated FastCGI support. | Tim Graham | |
| 2013-07-24 | Fixed #19941 -- Modified runtests.py to make running the tests easier. | Anssi Kääriäinen | |
| 1. Automatically use tests/../django as the Django version. 2. If settings aren't provided through --settings or DJANGO_SETTINGS_MODULE) then use test_sqlite. | |||
| 2013-07-24 | Fixed #14300 -- Fixed initial SQL location if models is a package. | Tim Graham | |
| Thanks al_the_x for the report and fheinz for the draft patch. | |||
| 2013-07-16 | Rephrased the docs for reporting security issues to make it less intimidating. | Loic Bistuer | |
| 2013-07-10 | Added some missing test requirements in the docs; refs #19196 | Tim Graham | |
| 2013-07-10 | Fixed #19196 -- Added test/requirements | Tim Graham | |
| 2013-07-07 | Clarified trac patch-related field meaning | Jeremy Dunck | |
| There was some confusion on the mentorship list as to whether 'needs tests' meant that a given ticket might not need tests, as opposed to flagging a specific patch as still needing tests. This commit seeks to clarify that confusion. | |||
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-07-01 | Deprecated django.utils.dictconfig. | Aymeric Augustin | |
| The module still exists for whoever uses it in its current state, but it isn't imported by Django anywhere. | |||
| 2013-07-01 | Fixed #20680 -- Deprecated django.utils.unittest. | Aymeric Augustin | |
| Refs #19204. | |||
| 2013-06-28 | Removed 'mimetype' arguments from a few places, as per deprecation TL. | Ramiro Morales | |
| This includes HttpResponse and co. __init__() methods, django.shortcuts.render_to_response() and the index(), sitemap() sitemap app views. | |||
| 2013-06-28 | Added missing deprecation note for model permission methods. | Simon Charette | |
| refs #20642. | |||
| 2013-06-26 | Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk. | Tim Graham | |
| uid is now base64 encoded in password reset URLs/views. A backwards compatible password_reset_confirm view/URL will allow password reset links generated before this change to continue to work. This view will be removed in Django 1.7. Thanks jonash for the initial patch and claudep for the review. | |||
| 2013-06-23 | Fixed #20524 - Described keywords in triaging contrib doc. | SusanTan | |
| 2013-06-17 | Added myself to the commiters list. | Baptiste Mispelon | |
| 2013-06-08 | Update submitting-patches.txt | russkel | |
| Few quick fixes to the terminology in order to match what is used on the Django Trac at the moment. | |||
| 2013-05-27 | Fixed #20503 - Moved doctest utilities in with the rest of the deprecated ↵ | Carl Meyer | |
| test code. The ``DocTestRunner`` and ``OutputChecker`` were formerly in ``django.test.testcases``, now they are in ``django.test.simple``. This avoids triggering the ``django.test._doctest`` deprecation message with any import from ``django.test``. Since these utility classes are undocumented internal API, they can be moved without a separate deprecation process. Also removed the deprecation warnings specific to these classes, as they are now covered by the module-level warning in ``django.test.simple``. Thanks Anssi for the report. Refs #17365. | |||
