| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-30 | Fixed #19400 - Typo in docs/topics/auth.txt | Tim Graham | |
| 2012-11-27 | Fixed #19352 - Added an example in the QuerySet docs. | Tim Graham | |
| Thanks colinkeenan for the suggestion. | |||
| 2012-11-24 | Fixed #19218 -- Added documentation note on limitations of signals with ↵ | Russell Keith-Magee | |
| custom User models. Thanks to kunitoki@gmail.com for the report. | |||
| 2012-11-23 | Negligible style fix in docs. | Aymeric Augustin | |
| 2012-11-22 | changed if statement to a slightly cleaner/less confusing variant | WoLpH | |
| 2012-11-22 | Fixed #18974 - Warned against using models.permalink | Tim Graham | |
| Thanks dstufft for the draft patch. | |||
| 2012-11-22 | Fixed #16039 -- Made post_syncdb handlers multi-db aware. | Aymeric Augustin | |
| Also reverted 8fb7a9002669fb7ba7bec7df90b465b92e1ed3c2. Refs #17055. | |||
| 2012-11-22 | Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into ↵ | Jannis Leidel | |
| hannesstruss-ticket_19325 | |||
| 2012-11-21 | Fixed #19335 - Typo and cleanups in docs/topics/class-based-views/index.txt | Tim Graham | |
| 2012-11-20 | Fixed #19325 - Made email backend of AdminEmailHandler configurable | Hannes Struss | |
| 2012-11-17 | Fixed #2550 -- Allow the auth backends to raise the PermissionDenied ↵ | Jannis Leidel | |
| exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years. | |||
| 2012-11-13 | fixed a broken link in the docs | Alex Gaynor | |
| 2012-11-13 | Correct link to Sentry | David Cramer | |
| django-sentry is no longer maintained, and sentry is the replacement. | |||
| 2012-11-13 | Fixed #19283 -- Fixed typo in imports in CBV docs. | Aymeric Augustin | |
| 2012-11-11 | Merge pull request #218 from mgrouchy/ticket_18582 | Aymeric Augustin | |
| Fixed #18582 -- Added a no-op close to BaseCache | |||
| 2012-11-06 | Fixed #19161 - Added missing clean_password method in custom user docs | Tim Graham | |
| Thanks DavidW for the report. | |||
| 2012-11-06 | Fixed #19154 - Noted commit_manually requires commit/rollback for reads | Tim Graham | |
| Thanks als for the report. | |||
| 2012-11-05 | Fixed #15591 - Clarified interaction between ModelForm and model validation. | Tim Graham | |
| 2012-11-03 | Fixed #6234 -- Removed obsolete note about json and ensure_ascii | Claude Paroz | |
| Thanks aaron at cellmap.ca for the report. | |||
| 2012-11-03 | Fixed #18963 -- Used a subclass-friendly pattern | Aymeric Augustin | |
| for Python 2 object model compatibility methods. | |||
| 2012-11-03 | Fixed #19230 -- Extended the handler403 documentation. | Markus Zapke-Gründemann | |
| Added a paragraph on how to use the PermissionDenied exception to create a 403 response and use handler403. | |||
| 2012-11-02 | Fixed #19167 - Added a warning regarding module-level database queries | Tim Graham | |
| Thanks Daniele Procida for the patch. | |||
| 2012-11-02 | Fixed #15361 - Documented performance considerations for QuerySet.get() | Tim Graham | |
| Thanks mmcnickle for the patch. | |||
| 2012-11-02 | Documented minimal python 3.2 version. | Florian Apolloner | |
| 2012-11-02 | Fixed #19225 -- Typo in shortcuts docs. | Aymeric Augustin | |
| Thanks SunPowered for the report. | |||
| 2012-11-01 | Added WizardView.file_storage exception message and docs | Tim Graham | |
| Thanks Danilo Bargen for the patch. | |||
| 2012-10-31 | Fixed #17083 -- Allowed sessions to use non-default cache. | Aymeric Augustin | |
| 2012-10-30 | The timeout variable wasn't defined, which was a little confusing. | Brent O'Connor | |
| 2012-10-30 | Fixed #17744 -- Reset default file storage with setting_changed signal | Claude Paroz | |
| 2012-10-28 | Fixed #19061 -- added is_active attribute to AbstractBaseUser | Preston Holmes | |
| 2012-10-28 | Fixed #18194 -- Expiration of file-based sessions | Aymeric Augustin | |
| * Prevented stale session files from being loaded * Added removal of stale session files in django-admin.py clearsessions Thanks ej for the report, crodjer and Elvard for their inputs. | |||
| 2012-10-27 | Added optional kwargs to get_expiry_age/date. | Aymeric Augustin | |
| This change allows for cleaner tests: we can test the exact output. Refs #18194: this change makes it possible to compute session expiry dates at times other than when the session is saved. Fixed #18458: the existence of the `modification` kwarg implies that you must pass it to get_expiry_age/date if you call these functions outside of a short request - response cycle (the intended use case). | |||
| 2012-10-27 | Fixed #17787 -- Documented reset caches by setting_changed signal | Claude Paroz | |
| 2012-10-27 | Removed a redundant colon in the query docs. | Florian Apolloner | |
| Thanks to Berker Peksag for the patch. | |||
| 2012-10-27 | Fixed #18978 -- Moved cleanup command to sessions. | Aymeric Augustin | |
| This removes a dependency of 'core' on 'contrib'. | |||
| 2012-10-26 | Fixed #19191 -- Corrected a typo in CustomUser docs | Claude Paroz | |
| Thanks spleeyah for the report. | |||
| 2012-10-20 | Fixed #7581 -- Added streaming responses. | Aymeric Augustin | |
| Thanks mrmachine and everyone else involved on this long-standing ticket. | |||
| 2012-10-18 | Fixed #19132 -- Added example for creating custom lazy function | Claude Paroz | |
| Thanks flagzeta@yahoo.it for the report and Luke Plant for his expert assistance. | |||
| 2012-10-17 | Fixed an error in cookie documentation | Preston Holmes | |
| 2012-10-16 | Fixed #18548 - Clarified note regarding reusing model instances when form ↵ | Tim Graham | |
| validation fails. | |||
| 2012-10-15 | Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵ | Tim Graham | |
| the feedback. | |||
| 2012-10-13 | Fixed #19067 -- Clarified handling of username in createsuperuser. | Russell Keith-Magee | |
| Thanks to clelland for the report, and Preston Holmes for the draft patch. | |||
| 2012-10-13 | Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified ↵ | Russell Keith-Magee | |
| UserAdmin to match. | |||
| 2012-10-12 | Merge pull request #422 from elvard/18996 | Tim Graham | |
| Fixed #18996 - Clarified overriden model methods not called on bulk operations | |||
| 2012-10-11 | Fixed #10936 - Noted that using SQLite for development is a good idea | Tim Graham | |
| 2012-10-11 | Merge pull request #428 from donspaulding/patch-1 | Tim Graham | |
| Removed extra indent in docs/topics/db/queries.txt | |||
| 2012-10-11 | Fixed #16588 - Warned about field names that conflict with the model API | Tim Graham | |
| 2012-10-11 | More URL reversion docs typo fixes. | Ramiro Morales | |
| 2012-10-11 | Merge pull request #437 from dmedvinsky/bug/docs-typo-reversing | Tim Graham | |
| Fixed typo in URL reversing docs | |||
| 2012-10-11 | Fixed #16817 - Added a guide of code coverage to contributing docs. | Tim Graham | |
| Thanks Pedro Lima for the draft patch. | |||
