index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
contenttypes
/
generic.py
Age
Commit message (
Expand
)
Author
2013-08-02
[1.6.x] Fixed #18681 -- GenericInlineModelAdmin.get_formset() no longer bypas...
Loic Bistuer
2013-06-29
[1.6.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.
Tim Graham
2013-06-05
Fixed #17927 -- Added initial values support for BaseGenericInlineFormSet
Bojan Mihelac
2013-05-23
Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.
Gavin Wahl
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-21
Fixed #20084 -- Provided option to validate formset max_num on server.
Andrew Gorcester
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-02-07
Fixed #13085 -- Don't fail on creation of model with GFK to a model with __le...
Ramiro Morales
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-22
Fixed #19477 - Documented generic_inlineformset_factory
Tim Graham
2012-12-30
Moved join path generation to Field
Anssi Kääriäinen
2012-12-16
Fixed #10790 -- Refactored sql.Query.setup_joins()
Anssi Kääriäinen
2012-11-05
Removed unnecessary import after b98083ce3d
Claude Paroz
2012-11-04
Remove some bizzare and unnecesary code.
Alex Gaynor
2012-10-29
Fixed #17991 - prefetch_related fails with GenericRelation and varchar ID field
Luke Plant
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-15
Fixed #17838 - prefetch_related fails for GenericForeignKeys when related obj...
Luke Plant
2012-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2011-10-08
More efficient IN clauses for prefetch_related queries by use of sets to elim...
Luke Plant
2011-10-07
Fixed #17003 - prefetch_related should support foreign keys/one-to-one
Luke Plant
2011-10-07
Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...
Carl Meyer
2011-10-05
Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...
Luke Plant
2011-09-29
Made GenericRelatedObjectManager consistent with other related managers w.r.t...
Luke Plant
2011-09-29
Cleanups to related manager code, especially in use of closures.
Luke Plant
2011-09-26
Removed unused parameter 'join_table' in various bits of RelatedManager code
Luke Plant
2011-08-12
Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...
Jannis Leidel
2011-07-19
Fixed some 5-space indents that were introduced with multidb.
Alex Gaynor
2011-06-16
Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ...
Jannis Leidel
2011-05-17
Fixed #14572 -- generic_inlineformset_factory shouldn't specify default formf...
Honza Král
2011-05-01
Replaced old-style with new-style decorator syntax.
Jannis Leidel
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2010-11-13
Fixed #14670 -- Made GenericTabularInline aware of changes made in r13708. Th...
Jannis Leidel
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-04-16
Fixed #13358 -- Ensured that db_manager() can be used to override database ro...
Russell Keith-Magee
2010-03-31
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-02-23
Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita.
Joseph Kocherhans
2010-02-22
Fixed #12570. Removed unused fields from GenericForeignKey. Thanks, specialun...
Joseph Kocherhans
2010-02-01
Fixed #12628 - Don't ignore read-only fields in GenericInlineModelAdmin durin...
Jannis Leidel
2010-01-22
Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correc...
Justin Bronn
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-21
Fixed #12577. Reverted some changes from [12098] since [12206] made them unne...
Joseph Kocherhans
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Updated BaseGenericInlineFormSet to match the changes made to BaseInlineFormS...
Russell Keith-Magee
[next]