| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-31 | Merge pull request #1232 from fusionbox/normalize_email | Claude Paroz | |
| Fixed #20531 -- Don't hard-code class names when calling static methods | |||
| 2013-05-30 | Tweak caching decorators/utility functions xrefs. | Ramiro Morales | |
| 2013-05-30 | Fixed #19425 - Added InlineModelAdmin.get_extra hook. | Tim Graham | |
| Thanks dave@ for the suggestion and Rohan Jain for the patch. | |||
| 2013-05-30 | Fixed #16856 - Added a way to clear select_related. | Tim Graham | |
| Thanks Carl for the suggestion and David Cramer for the patch. | |||
| 2013-05-29 | Fixed regroup example. | Gavin Wahl | |
| Chicago was missing. | |||
| 2013-05-29 | Don't hard-code class names when calling static methods | Gavin Wahl | |
| normalize_email should be called on the instance, not the class. This has the same effect normally but is more helpful to subclassers. When methods are called directly on the class, subclasses can't override them. | |||
| 2013-05-28 | Fixed #20525 -- Added versionadded for clearsessions. | Tim Graham | |
| Thanks wiml@. | |||
| 2013-05-28 | Fixed #20484 -- Added model validation for GenericIPAddressField | Tim Graham | |
| GenericIPAddressField must not allow blank for NOT NULL fields Thanks Erik Romijn. | |||
| 2013-05-28 | Fixed #20523 - Incorrect form field for FilePathField. | Tim Graham | |
| Thanks sane4ka.sh@ for the report. | |||
| 2013-05-28 | Fixed #20228 - Documented unique_for_date and exclude behavior. | Tim Graham | |
| Thanks Deepak Thukral for the patch. | |||
| 2013-05-28 | Fixed #20513 - Expanded docs on QuerySet caching. | Tim Graham | |
| Thanks seddonym. | |||
| 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. | |||
| 2013-05-27 | Fixed #11603 - Added django.test.SimpleTestCase.assertFormsetError | Tim Graham | |
| Thank-you Martin Green for the patch. | |||
| 2013-05-27 | Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create | Tim Graham | |
| Thanks wilfred@, poirier, and charettes for work on the patch. | |||
| 2013-05-27 | Merge pull request #1226 from bmispelon/ticket-20505 | Tim Graham | |
| Fixed #20505 -- Typo in BinaryField documentation. | |||
| 2013-05-27 | Fixed #17582 - Added message to DoesNotExist exceptions. | Tim Graham | |
| Thanks simon@ for the suggestion and JordanPowell for the initial patch. | |||
| 2013-05-27 | Fix #20505: Typo in BinaryField documentation. | Baptiste Mispelon | |
| 2013-05-27 | Fixed URL for six inventory. | Aymeric Augustin | |
| 2013-05-27 | Fixed #20508 -- ReST typo. | Aymeric Augustin | |
| 2013-05-27 | Patch for ticket #20506 - documentation type | yishaibeeri | |
| 2013-05-26 | Replaced `and...or...` constructs with PEP 308 conditional expressions. | Ramiro Morales | |
| 2013-05-25 | Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. | Preston Holmes | |
| SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review. | |||
| 2013-05-25 | Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddleware | Claude Paroz | |
| Thanks Ram Rachum for the report and the initial patch, and Simon Charette for the review. | |||
| 2013-05-25 | Fixed #14825 -- LocaleMiddleware keeps language | Vlastimil Zíma | |
| * LocaleMiddleware stores language into session if it is not present there. | |||
| 2013-05-24 | Fixed #20492 - Removed a broken link in GIS docs. | Tim Graham | |
| 2013-05-24 | Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_link | Tim Graham | |
| Updated link to jQuery Cookie plugin site | |||
| 2013-05-24 | Merge pull request #1209 from tax/master | Preston Holmes | |
| Updated link to active project for ODBC backend | |||
| 2013-05-24 | Updated my bio | Brian Rosner | |
| 2013-05-24 | Update link to jQuery Cookie plugin site | Alasdair Nicol | |
| 2013-05-24 | Link to active fork for ODBC backend | Paul Tax | |
| It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP. | |||
| 2013-05-23 | Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`. | Gavin Wahl | |
| Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level. | |||
| 2013-05-23 | Fixed #20316 - Clarified transaction behavior of TestCase. | Tim Graham | |
| Thanks uberj@ for the report and lolek09 for the patch. | |||
| 2013-05-23 | Added back a link to docs/internals/committers.txt | Tim Graham | |
| 2013-05-23 | Update my employer. | Alex Gaynor | |
| 2013-05-23 | Fixing some FIXMEs in howto-release-django. Refs #20082 | Andrew Godwin | |
| 2013-05-23 | Fixed #20474 -- Proxied and deprecated django.db.backend | Claude Paroz | |
| 2013-05-23 | Fixed #20417 - Noted that a server restart is required to load new ↵ | Tim Graham | |
| templatetag modules. Thanks Katya for the suggestion. | |||
| 2013-05-23 | Fixed #20482 - Added a file reference in tutorial 3. | Tim Graham | |
| Thanks diek@ for the suggestion. | |||
| 2013-05-23 | Fixed #20080 - Recommended use of PYTHONHASHSEED | Tim Graham | |
| Thanks jacob for the suggestion and ryankask for the patch. | |||
| 2013-05-23 | Fixed #19237 (again) - Made strip_tags consistent between Python versions | Claude Paroz | |
| 2013-05-23 | Made fix for #9321 less buggy and more effective. | Ramiro Morales | |
| Don't try to be smart about building a good-looking help string because it evaluates translations too early, simply use the same old strategy as before. Thanks Donald Stufft for the report. Also, actually fix the case reported by the OP by special-casing CheckboxSelectMultiple. Added tests. Refs #9321. | |||
| 2013-05-23 | Fixed comments for translators example in the i18n documentation | Panagiotis H.M. Issaris | |
| The documentation regarding adding a comment for translators was confusing as the example contained mismatching tags. | |||
| 2013-05-23 | Fixed #11398 - Added a pre_syncdb signal | Donald Stufft | |
| 2013-05-22 | Merge pull request #1198 from KrzysiekJ/http-patch-method | Russell Keith-Magee | |
| Fixed #20478 – Added support for HTTP PATCH method in generic views. | |||
| 2013-05-22 | Clarified policy for stable branches. | Tim Graham | |
| Thanks Ramiro Morales for the initial patch and Preston Holmes for the review. | |||
| 2013-05-22 | Added some text I meant to add in the last commit. | Tim Graham | |
| 2013-05-22 | Added a note about pip upgrade flag. | Tim Graham | |
| Thanks Jannis Leidel for the suggestion. | |||
| 2013-05-22 | Fixed #17048 - Added docs for upgrading Django. | Tim Graham | |
| Thanks Donald Stufft for the suggestion and Susan Tan and Brian Fabian Crain for the patch. | |||
| 2013-05-22 | Fixed a broken link introduced in a542b808baf. | Tim Graham | |
| 2013-05-22 | Fixed #20478 – Added support for HTTP PATCH method in generic views. | Krzysztof Jurewicz | |
