| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-04 | fixed grammar | hekevintran | |
| 2013-07-04 | Fixed #20134 -- Correct list of fields that UserManager requires. | Tim Graham | |
| Thanks semenov and pegler. | |||
| 2013-07-04 | Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. | |||
| 2013-07-04 | Fixed #12579 -- Noted QuerySet.get_or_create() depends on database unique ↵ | Tim Graham | |
| constraints. Thanks timmolendijk, jdunck, vijay_shanker, and loic84. | |||
| 2013-07-04 | Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs. | Tim Graham | |
| Thanks rene@ for the suggestion. | |||
| 2013-07-03 | Fixed #20675 -- `check_password` should work when no password is specified. | Simon Charette | |
| The regression was introduced by 2c4fe761a. refs #20593. | |||
| 2013-07-03 | Fixed #20609 -- Documented how to use request.user with RequestFactory | SusanTan | |
| Thanks michel@ for the suggestion. | |||
| 2013-07-03 | Fixed #20687 -- Added documentation for django.core.signing API. | Tomáš Ehrlich | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-07-03 | Added check when fetching and updating translations from Transifex | Claude Paroz | |
| So as syntax errors in po files don't go unnoticed. Refs #20695. | |||
| 2013-07-03 | Fixed #20691 -- Added a note for __str__() vs. __unicode__() and Python 3. | Tim Graham | |
| Thanks garrison for the suggestion. | |||
| 2013-07-02 | A couple more semicolon -> colon fixes; refs #18134. | Tim Graham | |
| 2013-07-02 | Merge pull request #1321 from bfirsh/semicolon-colon-docs | Preston Holmes | |
| Fix "semicolon" in form docs | |||
| 2013-07-02 | Make get_constraints return columns in order | Andrew Godwin | |
| 2013-07-02 | Add AlterIndexTogether operation | Andrew Godwin | |
| 2013-07-02 | Fix "semicolon" in docs | Ben Firshman | |
| 2013-07-02 | Fix index_together test | Andrew Godwin | |
| 2013-07-02 | Fix get_constraints to do multi-column indexes properly on pg | Andrew Godwin | |
| 2013-07-02 | Fix some bad test running under PostgreSQL | Andrew Godwin | |
| 2013-07-02 | Fix combined alters on PostgreSQL | Andrew Godwin | |
| 2013-07-02 | Support for index_together in schema backends | Andrew Godwin | |
| 2013-07-02 | Autodetection of unique_together changes | Andrew Godwin | |
| 2013-07-02 | Add unique_together altering operation | Andrew Godwin | |
| 2013-07-02 | Fix M2M interaction with transactions | Andrew Godwin | |
| 2013-07-02 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-07-01 | Relied on NullHandler from the logging stdlib module. | Aymeric Augustin | |
| 2013-07-01 | Reflected the new default value of LOGGING_CONFIG in docs. | Aymeric Augustin | |
| 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 a few more imports of django.utils.unittest. | Aymeric Augustin | |
| One import per line please! Refs #20680. | |||
| 2013-07-01 | This doesn't need to be a package any more. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-07-01 | Removed tests for django.utils.unittest vs. unittest. | Aymeric Augustin | |
| Silenced warnings caused by the deprecation of django.utils.unittest. Thanks Preston Timmons and Carl Meyer for their advice. Fixed #20680. | |||
| 2013-07-01 | Fixed a couple form/formset deprecation warnings in tests. | Tim Graham | |
| 2013-07-01 | Updated tests for deprecation of Option.get_(add|change|delete)_permission. | Tim Graham | |
| refs #20642. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-07-01 | Fixed #20680 -- Deprecated django.utils.unittest. | Aymeric Augustin | |
| Refs #19204. | |||
| 2013-07-01 | Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation. | Baptiste Mispelon | |
| Thanks to tudor.prodan, susan, and Tim Graham for the report and reviews. | |||
| 2013-07-01 | Removed some conditional code only needed under Python 2.6. | Aymeric Augustin | |
| 2013-07-01 | Bumped minimum Python version requirement to 2.7 in Django 1.7. | Aymeric Augustin | |
| 2013-07-01 | Stopped branding Python 3 support as experimental. | Aymeric Augustin | |
| Forward-port of 0de21a6 from stable/1.6.x. | |||
| 2013-07-01 | Updated FAQ on Python versions to explain 2 vs 3. | Aymeric Augustin | |
| Required the latest version for each Python series to minimize bookkeeping in the future. Forward-port of c1d8f3b from stable/1.6.x. | |||
| 2013-06-30 | Removed a comment that wasn't adding a value. | Alex Gaynor | |
| In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details. | |||
| 2013-06-30 | Introduced getters for connection.autocommit and .needs_rollback. | Aymeric Augustin | |
| They ensure that the attributes aren't accessed in conditions where they don't contain a valid value. Fixed #20666. | |||
| 2013-06-30 | Stopped calling loaddata with commit=False. | Aymeric Augustin | |
| This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions. | |||
| 2013-06-30 | Define the SessionStore inside __init__ instead of process_request | Matt Robenolt | |
| It's unnecessary to run this on every request, since technically, settings *should be* immutable. | |||
| 2013-06-29 | Report wrongly-typed settings and abort, as originally planned. | Ramiro Morales | |
| Thanks Claude for the heads up. Refs #12493 and commit 5e08b792. | |||
| 2013-06-29 | Merge pull request #1316 from ramiro/int_pk_pwd_reset | Ramiro Morales | |
| 2013-06-29 | Fixed #20677 - Typos in generic_inlineformset_factory docs. | Tim Graham | |
| Thanks Riley Strong for the report. | |||
| 2013-06-29 | Simplified description of HttpResponse(<iterator>) | Aymeric Augustin | |
| Related to 8b9b8d3b. | |||
| 2013-06-29 | Advanced deprecation warnings for Django 1.7. | Aymeric Augustin | |
| 2013-06-29 | Removed compatibility code for streaming responses. | Aymeric Augustin | |
| This code provided a deprecation path for old-style streaming responses. Refs #6527, #7581. | |||
| 2013-06-29 | Fixed #18592 -- Prevented crash when accessing MySQL _last_executed | Claude Paroz | |
| Thanks reames at asymmetricventures.com for the report. | |||
