| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-19 | Fixed #12747 -- Made reason phrases customizable. | Aymeric Augustin | |
| 2013-05-19 | Merge pull request #1152 from ambv/issue11915 | Aymeric Augustin | |
| Fixed #11915: generic Accept-Language matches country-specific variants | |||
| 2013-05-19 | Merge pull request #1094 from senko/ticket_11160 | Andrew Godwin | |
| Fixed #11160: Formset non_form_errors returns ErrorList() if is_valid is not called | |||
| 2013-05-19 | Merge pull request #1134 from senko/ticket_18990 | Andrew Godwin | |
| Fixed #18990: Loaddata now complains if fixture doesn't exist | |||
| 2013-05-19 | Fixed some line wrapping, refs #20233 | Tim Graham | |
| 2013-05-19 | Fixed #11915: generic Accept-Language matches country-specific variants | Łukasz Langa | |
| 2013-05-19 | fix warnings imports in fixtures tests | Senko Rasic | |
| 2013-05-19 | Fixed #12674 -- provide a way to override admin validation | Honza Kral | |
| Moved admin validation code to classes and have those be class attributes to the ModelAdmin classes. | |||
| 2013-05-19 | ModelState now freezes options and bases | Andrew Godwin | |
| 2013-05-19 | Merge pull request #1098 from zsiciarz/ticket-16829 | Marc Tamlyn | |
| Added example of using sitemaps with static views. | |||
| 2013-05-19 | Fix proxy objects to respect != | Andrew Godwin | |
| 2013-05-19 | Fixed a rest mistake I introduced in d5ce2ff. | Aymeric Augustin | |
| 2013-05-19 | Merge pull request #1147 from ambv/transrealmixin | Marc Tamlyn | |
| Added TransRealMixin to fix i18n global state pollution in the test suite | |||
| 2013-05-19 | Added TransRealMixin to fix i18n global state pollution in the test suite | Łukasz Langa | |
| 2013-05-19 | Fixed #20452 -- Rename 'headers' to 'header fields'. | bbjay | |
| 2013-05-19 | Fixed #18990 -- Loaddata now complains if fixture doesn't exist | Senko Rasic | |
| If the fixture doesn't exist, loaddata will output a warning. The fixture named "initial_data" is exceptional though; if it doesn't exist, the warning is not emitted. This allows syncdb and flush management commands to attempt to load it without causing spurious warnings. Thanks to Derega, ptone, dirigeant and d1ffuz0r for contributions to the ticket. | |||
| 2013-05-19 | Fix a typo in a comment. | Marc Tamlyn | |
| 2013-05-19 | Improve cookie based session backend docs. | Marc Tamlyn | |
| Note the don't require sessions to be in installed apps. | |||
| 2013-05-19 | Merge pull request #1142 from Pike/master | Andrew Godwin | |
| Fixed #20454: Make Urdu (ur) recognized as RTL language | |||
| 2013-05-19 | Merge pull request #1145 from postrational/ticket_20233 | Andrew Godwin | |
| Fixed #20233 - Full custom user model example isn't really full | |||
| 2013-05-19 | Fixed #18990: Loaddata now complains if fixture doesn't exist | Senko Rasic | |
| The fixture named "initial_data" is exceptional though; if it doesn't exist, the error is not raised. This allows syncdb and flush management commands to attempt to load it without causing an error if it doesn't exist. | |||
| 2013-05-19 | Merge pull request #1143 from AndreaCrotti/master | Marc Tamlyn | |
| A simple docstring to clarify a part of the code that might be confusing to understand | |||
| 2013-05-19 | refs #20233 - Full custom user model example isn't really full | postrational | |
| Addition and fix for custom user model example documentation. https://code.djangoproject.com/ticket/20233 | |||
| 2013-05-19 | Merge pull request #1141 from inglesp/typo | Marc Tamlyn | |
| Typo in comment | |||
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-19 | add comment to explain why it's necessary to do an explicit check for | Andrea Crotti | |
| Python2 and how metaclasses are defined | |||
| 2013-05-19 | Merge pull request #1116 from elektrrrus/ticket_20234_20236 | Marc Tamlyn | |
| Ticket 20234 20236 | |||
| 2013-05-19 | Make Urdu (ur) recognized as RTL language. Refs #20454 | Axel Hecht | |
| 2013-05-19 | Typo in comment | Peter Inglesby | |
| 2013-05-18 | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. | Ramiro Morales | |
| Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation. | |||
| 2013-05-18 | Updated contrib.humanize translation template | Claude Paroz | |
| 2013-05-18 | Fixed #20246 -- Added non-breaking spaces between values an units | Emil Stenström | |
| 2013-05-18 | Fixed #20440 -- Ensured CharField's max_length/min_length are integers | Tome Cvitan | |
| 2013-05-18 | Fixed #20234 and #20236 -- SingleObjectMixin fixes | Karol Sikora | |
| Added object on SingleObjectMixin returned context, some code clanup. | |||
| 2013-05-18 | Fixed ff881aef on Python 3. | Aymeric Augustin | |
| 2013-05-18 | add Leandra Finger, Silvan Spross and Marc Egli to AUTHORS | Marc Egli | |
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer ↵ | Marc Egli | |
| documentation | |||
| 2013-05-18 | Fix state tests a little | Andrew Godwin | |
| 2013-05-18 | Fixed #13958 -- problem reporting exception from \r-line-ended file | Shai Berger | |
| Thanks petrvanblokland for reporting and saz for the patch | |||
| 2013-05-18 | Fixed #20284 - Added a note about DEBUG in static file docs. | Tim Graham | |
| Thanks wim@ for the suggestion and Nicolas Noé for the patch. | |||
| 2013-05-18 | Merge pull request #1135 from ambv/model_validation_fix | Donald Stufft | |
| Fixes a Python 3.x regression introduced in a19e9d80 | |||
| 2013-05-18 | Fixes a Python 3.x regression introduced in a19e9d80 | Łukasz Langa | |
| 2013-05-18 | Merge pull request #1127 from filias/20142 | Aymeric Augustin | |
| Fixed #20142 -- Added error handling for fixture setup | |||
| 2013-05-18 | Merge branch 'master' of github.com:django/django | Florian Apolloner | |
| 2013-05-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-18 | Fixed #14894 -- Ensure that activating a translation doesn't run into ↵ | Florian Apolloner | |
| threading issues. Thanks to maxbublis for the report and sergeykolosov for the patch. | |||
| 2013-05-18 | Fix NoneType error when fetching a stale ContentType with get_for_id | Diederik van der Boor | |
| When a stale ContentType is fetched, the _add_to_cache() function didn't detect that `model_class()` returns `None` (which it does by design). However, the `app_label` + `model` fields can be used instead to as local cache key. Third party apps can detect stale models by checking whether `model_class()` returns `None`. Ticket: https://code.djangoproject.com/ticket/20442 | |||
| 2013-05-18 | Merge branch 'allow-any-iterable-for-choices' | Donald Stufft | |
